This project is a simple web app with CRUD operations, i used a HTML, CSS and JS for the front end, NodeJS in the back and MongoDB Atlas cloud for a NoSQL database system.
In case you want to use it yourself you will need to prepare the following:
MongoDB account with: Cluster named cluster1, a database named 'chevroletGarage' and 2 collections 'treatments' and 'users'.
You need to have the following installed:
- Nodejs
- NPM
- Install the NodeJS dependencies via the following command:
npm install
Go to '.env_sample' update your password and user name to your MongoDB account and change the file name to '.env'.
and start
npm start