Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 309 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 309 Bytes

api_server

Serves the API

Project setup

Requirements:

  • Node.js 14.16.1
npm install

Usage

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 js/json file save will restart the server