Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 244 Bytes

File metadata and controls

6 lines (6 loc) · 244 Bytes

Backend Instructions

Commands to start the API server: npm start &
It will start the server as a background process.
You can also use the command: node server.js
It will simply start the server.
The server will work on port 3001.