Skip to content

Vicolas11/RideSmartBE

Repository files navigation

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

Releases

No releases published

Packages

No packages published