Project Overview
This project demonstrates a simple RESTful API for managing users built with Node.js, Express, and MongoDB.
This project is deployed on GitHub, and its API is running at render.com
Notes:
- I'm using Render free services, if it doesn't load immediately, wait a few moments and try again. (around 50 seconds)
- If you are trying to use this project locally, make sure to set the backend variable in
scripts.js
const backend = new Backend(Backend. SERVICE.RENDER); toSERVICE.LOCALHOSTGitHub Repository: DevClub Project07