Skip to content

An open-source web application that helps people in offering/selecting rides to their destination.

Notifications You must be signed in to change notification settings

Alok650/Hackstreet-Warriors

Repository files navigation

RIDESHARE

Project for OctaHacks 4.0 (2021) - Chitkara University

homepage


A website for car pooling. But wait not just that. While signing up user has to upload hi ID card for gender verification. That way we are ensuring security of the traveller. Especially, women's safety is considered. They can car pool with whatever person they like.

Presentation Link:
https://www.canva.com/design/DAEvla8yyGE/e8wQQfWTgRMTzX9E2tN93w/watch?utm_content=DAEvla8yyGE&utm_campaign=designshare&utm_medium=link&utm_source=publishsharelink

Project Video:
https://drive.google.com/file/d/1amJ5kfeeVo8Smo5dHc2tAI8eJJey8Cci/view?usp=sharing

What you need to run this code

  1. Node (13.12.0)
  2. NPM (6.14.4) or Yarn (1.22.4)
  3. Mongo

Setup Guidelines 💻

Fork the repository.

Clone the repository -

git clone git@github.com:Alok650/Hackstreet-Warriors.git
  1. Run cd Hackstreet-Warriors on your CLI.

  2. Install the dependencies by running

    npm install
    
  3. make .env file and following:

    MONGOURI = 'mongodb://localhost:{DB_PORT}/{yourDBname}'
    JWT_SECRET = 'octahackshackathon4.0'
    REFRESH TOKEN = 'ksjhksdjafhksajfgksajgfkjhgfsjgfkjgfjhgfjdgfkjhgfjhgfjhguy2g323'
    
  4. Run the application

    npm start
    
  5. Open localhost:5000 in the browser

Credits goes to these people:✨

@Keshav Gautam @Alok Prasad


About

An open-source web application that helps people in offering/selecting rides to their destination.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published