Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 892 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 892 Bytes

Book My Counsel Backend

Getting Started

first run the Next js development server:

Frontend Next Js repo [https://github.com/pratap562/book-my-counsel-frontend]

npm run dev
# or
yarn dev
# or
pnpm dev

And then run the Node Backend server this repo.

node server.js
# or
nodemon server.js

Open http://localhost:3000 with your browser to see the result. Backend will run on (http://localhost:3200)

there is one env.text file which contain all environment variables

You need to create a .env file with all the variables you can change the backend and fronted port and url

Deployed links

Frontend Deployed link :- https://book-my-counsel-frontend.vercel.app

Backend Deployed link :- https://book-my-counsel-rcdr.onrender.com

Demo Video :- https://drive.google.com/file/d/1fT1-BWzfj0lkCayvsWDg9gr-M-kYT971/view?usp=share_link