Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 638 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 638 Bytes

Appointment Booking Backend Code

Steps to Run the Project

STEP 1

  • Download Zip File or git clone this project

STEP 2

  • Connect to Mongo DB with this link : "mongodb+srv://priyankagupta43:Priyanka%40123@123%40cluster0.gmxkcno.mongodb.net/?retryWrites=true&w=majority"

Step 3

  • In Project terminal and run : "npm install"

Steps 4

  • Then run "node index.js"
  • This will the the project and you can call the api in localhost
  • Url will be : "http://localhost:3001/"
  • Add routes and call the api with request and response

Step 5