https://github.com/vicolas11/ridesmartbe
RideSmart Backend
https://github.com/vicolas11/ridesmartbe
expressjs flutterwave mongodb nodejs prisma rest-api typescript
Last synced: 7 months ago
JSON representation
RideSmart Backend
- Host: GitHub
- URL: https://github.com/vicolas11/ridesmartbe
- Owner: Vicolas11
- Created: 2023-07-11T02:07:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T09:52:57.000Z (over 2 years ago)
- Last Synced: 2025-01-21T19:35:32.483Z (about 1 year ago)
- Topics: expressjs, flutterwave, mongodb, nodejs, prisma, rest-api, typescript
- Language: TypeScript
- Homepage: https://ridesmart.onrender.com/
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RideSmart Core Backend
This is the core backend of the RideSmart web application, developed with Express and Typescript, MongoDB, Nodejs, Prisma, and Flutterwave as the payment gateway.
# Get started
1. Git clone the project
2. Change the directory to the project folder **cd RideSmartBE**
3. Run **yarn install** to install modules
4. Create a **.env** file
5. Copy everything in **.env.example** file to the **.env** file
6. Replace the necessary values
7. Run **npm run generate** to integrate with the MongoDB
8. Run **npm run dev** to start server