gunnishmehta / campus_ride

An E-cycle booking system for campus integrated with Google Signin Api and Razorpay Api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Campus Ride

An E-cycle booking system for campus integrated with Google Signin Api and Razorpay Api.

Environment Variables

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"

Tech Stack

Run Locally

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

Demo

Contributing

Contributions are always welcome! Just raise an issue, we will discuss it.

About

An E-cycle booking system for campus integrated with Google Signin Api and Razorpay Api.


Languages

Language:EJS 58.1%Language:JavaScript 23.7%Language:CSS 18.2%