An E-cycle booking system for campus integrated with Google Signin Api and Razorpay Api.
To run this project, you will need to add the following environment variables to your .env file
RAZORPAY_ID_KEY
-> From your razorpay account
RAZORPAY_SECRET_KEY
-> From your razorpay account
GOOGLE_CLIENT_ID
-> From google developer console
GOOGLE_CLIENT_SECRET
-> From google developer console
DATABASE
-> Your Database name
PASSWORD
-> Your Database password
BASE_URL
-> Your Url for the project. For eg, if you are running this on localhost port = 4000, url = "http://localhost:4000"
Clone the project
git clone https://github.com/darkmoon-6524/campus_ride
Go to the project directory
cd campus_ride
Install dependencies
npm install
Start the server
npm run start
Contributions are always welcome! Just raise an issue, we will discuss it.