Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 676 Bytes

readme.md

File metadata and controls

22 lines (12 loc) · 676 Bytes

Run the Project

Required Softwares

  1. Node.js.
  2. Mongodb.

Steps

  1. Install all the dependencies using "npm i" in the powershell opened in project folder.

  2. To populate the database, run seed.js.

  3. Run the command "nodemon index.js" to run the server at port "3000".

  4. Open your browser and go the url "localhost:3000".

  5. Thanks.

About the project

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.