An open API service indexing awesome lists of open source software.

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

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