This project was created for practicing express.js and APIs as part of the Codecademy Backend-Engineer course. It uses a number of GET and POST requests that can be found in server.js
.
npm install
to install dependencies. node server.js
to start the server. http://localhost:4001/
to view the site, or you can use a GUI such as postman.