For the creation of this API, mongoDB was used as a NoSQL database, and ExpressJS was used as the web framework while NodeJS was used as the environment.
Instructions on how to run:
[npm i .] -- install dependencies
[node server.js] to start server
Access : https://charm-crown-4000.codio-box.uk/ for backend
Scripts
In the project directory, you can run:
npm start
Runs the API with nodemon, allowing the server to stay up even while changing the code.