Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 317 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 317 Bytes

api_server

Serves the API

Project setup

Requirements:

  • Node.js 16.0.0
npm install

Development

Create a .env file in the root folder. Use .env.example as a staring place

npm run dev

Starts the local server on port 3000. Using nodemon, so any ts/json file save will restart the server