Eloagbawe / travelPaddi

Connects users with similar itineraries

Home Page:https://travelpaddi.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

travelPaddi is a web app that connects travellers with the same destination and similar travelling times.

Landing Page Url

Hosted Url

Installation

    Backend

    Run npm install on the root repository to install all required packages for the backend. 
    Also provide a .env file in the root directory for all environmental variables (NODE_ENV, MONGO_URI, PORT, JWT_SECRET).
    Run npm start to start the backend api.

    Frontend

    cd frontend

    Run npm install in the frontend folder to install all required packages for the frontend.
    Run npm start in the frontend directory to start. To connect the backend, replace the proxy url in package.json with the backend url e.g(http://localhost:5002)

Usage

    open localhost:3000 in your browser to interact with the app.
    Create an account, view your dashboard and add an itinerary.

Author

Elo Agbawe Idiodi linkedIn twitter

About

Connects users with similar itineraries

https://travelpaddi.netlify.app


Languages

Language:JavaScript 90.1%Language:HTML 6.4%Language:CSS 3.5%