Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ujjalacharya/dhan-gaadi
A complete online bus reservation system (Node, React, Mongo, NextJS, ReactNative)
https://github.com/ujjalacharya/dhan-gaadi
antdesign bus-booking bus-reservation-system crm mern-project mern-stack mern-stack-development mernstack mongodb mongoose next node node-js react-crm react-native react-native-app reactjs rest-api restful-api
Last synced: 2 days ago
JSON representation
A complete online bus reservation system (Node, React, Mongo, NextJS, ReactNative)
- Host: GitHub
- URL: https://github.com/ujjalacharya/dhan-gaadi
- Owner: ujjalacharya
- Created: 2019-11-03T03:08:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-28T01:24:48.000Z (over 1 year ago)
- Last Synced: 2024-10-29T23:07:59.924Z (10 days ago)
- Topics: antdesign, bus-booking, bus-reservation-system, crm, mern-project, mern-stack, mern-stack-development, mernstack, mongodb, mongoose, next, node, node-js, react-crm, react-native, react-native-app, reactjs, rest-api, restful-api
- Language: JavaScript
- Homepage:
- Size: 23.1 MB
- Stars: 300
- Watchers: 6
- Forks: 85
- Open Issues: 75
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✨ API, CRM, Client and Mobile application of **_dhan-gaadi_**, an online bus booking system
## Demo (Client => NextJS):
![](./demo/client.gif)
### 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):
![](./demo/CRM.gif)
### 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## Demo (Mobile App => React-Native) *Under construction*
![](./demo/App.gif)
### To run ->
* #### clone the entire repo
* #### go to app repo
* #### yarn
* #### having expo installed in your system, expo start