Skip to content

Latest commit

 

History

History
54 lines (47 loc) · 1.34 KB

README.md

File metadata and controls

54 lines (47 loc) · 1.34 KB

✨ API, CRM, Client of dhan-gaaadi, an online bus booking system

Demo (Client => NextJS):

To run ->

  • clone the entire repo

  • go to server repo

  • make environment file with the following keys' values:

MONGO_URI = "path to mongodb url"
userEmail = "your email"
userPass = "your password"
JWT_SECRET = "your secret here"
  • yarn

  • yarn server

  • go to client repo

  • yarn

  • yarn dev

Demo (CRM => React):

To run ->

  • clone the entire repo

  • go to server repo

  • make environment file with the following keys' values:

MONGO_URI = "path to mongodb url"
userEmail = "your email"
userPass = "your password"
JWT_SECRET = "your secret here"
  • yarn

  • yarn server

  • go to CRM repo

  • make environment file with the following keys' values:

REACT_APP_API_URL = http://localhost:8525/api
REACT_APP_SERVER_ROUTE = http://localhost:8525
REACT_APP_JWT_SECRET = "your secret here"
  • yarn

  • yarn start