Build a Secure API for a Review App
- Node.js
- Express.js
How to start:
Pull the front-end app code from the project repo and take the following steps:
- Clone repo.
- Open a terminal (Linux/Mac) or command prompt/PowerShell (Windows).
- Run npm install from within the project directory.
- Run npm start.
- Run the back end on http://localhost:3000 only.
If you are using VSCode, use the LiveShare extension to run the front-end server without using npm install.