This is the core backend of the RideSmart web application, developed with Express and Typescript, MongoDB, Nodejs, Prisma, and Flutterwave as the payment gateway.
- Git clone the project
- Change the directory to the project folder cd RideSmartBE
- Run yarn install to install modules
- Create a .env file
- Copy everything in .env.example file to the .env file
- Replace the necessary values
- Run npm run generate to integrate with the MongoDB
- Run npm run dev to start server