- Node.js.
- Mongodb.
-
Install all the dependencies using "npm i" in the powershell opened in project folder.
-
To populate the database, run seed.js.
-
Run the command "nodemon index.js" to run the server at port "3000".
-
Open your browser and go the url "localhost:3000".
-
Thanks.
The project is about a salon slot booking application which aims to provide the user with a tool to manage all their salon appointments in one place. The application allows the user to make appointments with different salons and manage them together in one place. It also allows to cancel appointments.