All Projects → ujjalacharya → dhan-gaadi

ujjalacharya / dhan-gaadi

Licence: other
A complete online bus reservation system (Node, React, Mongo, NextJS, ReactNative)

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to dhan-gaadi

mern-stack-crud
MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application example
Stars: ✭ 142 (-31.4%)
Mutual labels:  mongoose, mern-stack, mernstack
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (+300.48%)
Mutual labels:  mongoose, node-js, restful-api
Nodejs Api Boilerplate
A boilerplate for kickstart your nodejs api project with JWT Auth and some new Techs :)
Stars: ✭ 364 (+75.85%)
Mutual labels:  mongoose, node-js
Node Typescript Mongodb
node js typescript mongodb express generator yo
Stars: ✭ 96 (-53.62%)
Mutual labels:  mongoose, node-js
Nodejs Rest Api Project Structure Express
Nodejs project structure practices for building RESTful APIs using Express framework and MongoDB.
Stars: ✭ 134 (-35.27%)
Mutual labels:  mongoose, restful-api
Netflix-Clone-MERN
A Netflix clone created with the MERN Stack
Stars: ✭ 37 (-82.13%)
Mutual labels:  mongoose, mern-stack
Jianshu
仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫
Stars: ✭ 296 (+43%)
Mutual labels:  mongoose, restful-api
Ecommerce Nodejs
Ecommerce application back-end codes
Stars: ✭ 97 (-53.14%)
Mutual labels:  mongoose, restful-api
react-full-stack-starter
🎈Full-stack React boilerplate using `create-react-app`, Babel, Node.js, and express
Stars: ✭ 22 (-89.37%)
Mutual labels:  mongoose, node-js
Nestjs Mongoose Crud
Nest.js crud module for mongoose models without `nestjsx/crud`
Stars: ✭ 164 (-20.77%)
Mutual labels:  mongoose, restful-api
Nauth Restful Api
Node.js+Mongoose的RestfulApi的用户token权限验证(just a demo)
Stars: ✭ 155 (-25.12%)
Mutual labels:  mongoose, restful-api
Focus Budget Manager
Budget Manager application built with Vue.js, Node.js, Express.js and MongoDB
Stars: ✭ 189 (-8.7%)
Mutual labels:  mongoose, node-js
profile-store
Store profile links of people you admire, at one place. Made using MERN stack.
Stars: ✭ 37 (-82.13%)
Mutual labels:  mongoose, mern-stack
node-rest-api-scaffold
This project is an initial NodeJS Rest API scaffold for developers
Stars: ✭ 24 (-88.41%)
Mutual labels:  mongoose, node-js
node-express-mongo-passport-jwt-typescript
A Node.js back end web application with REST API, user JWT authentication and MongoDB data storage using TypeScript
Stars: ✭ 51 (-75.36%)
Mutual labels:  mongoose, node-js
Appy Backend
A user system to bootstrap your app.
Stars: ✭ 96 (-53.62%)
Mutual labels:  mongoose, restful-api
Sinn Server
an node server for sinn,that based on of nodejs,koa2,mongoose,docker,nginx,es6/7,Resful API,阿里云 http://servertest.boyagirl.com/
Stars: ✭ 228 (+10.14%)
Mutual labels:  mongoose, restful-api
mongoose-field-encryption
A simple symmetric encryption plugin for individual fields. Dependency free, only mongoose peer dependency.
Stars: ✭ 47 (-77.29%)
Mutual labels:  mongoose, node-js
express-mvc-generator
Express' Model View Controller Application Generator.
Stars: ✭ 46 (-77.78%)
Mutual labels:  mongoose, node-js
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (-29.47%)
Mutual labels:  mongoose, restful-api

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 = 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

To run ->

  • clone the entire repo

  • go to app repo

  • yarn

  • having expo installed in your system, expo start

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].