Skip to content

Online bus reservation system (Node, React, Mongo, NextJS, ReactNative)

Notifications You must be signed in to change notification settings

rkgudboy/dhan-gaadi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API, CRM, Client and Mobile application of dhan-gaadi, 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 = https://localhost:8525/api
REACT_APP_SERVER_ROUTE = https://localhost:8525
REACT_APP_JWT_SECRET = "your secret here"
  • yarn

  • yarn start

Demo (Mobile App => React-Native) Under construction

To run ->

  • clone the entire repo

  • go to app repo

  • yarn

  • having expo installed in your system, expo start

About

Online bus reservation system (Node, React, Mongo, NextJS, ReactNative)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.3%
  • CSS 32.4%
  • HTML 0.3%