GithubHelp home page GithubHelp logo

jayramani / tripease Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 69.25 MB

TripEase is a platform where users can post their travel plan for others to join, manage expenses throughout the trip, share photos of their trip.

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

HTML 0.69% CSS 26.42% JavaScript 71.66% SCSS 1.24%
css3 expressjs mongodb multer nodejs reactjs reactrouter redux-toolkit

tripease's Introduction

TripEase : A MERN web-application! Click Me

Author : Jay Ramani

Getting Started

Features:

  1. User Authentication
  2. Profile Management
  3. Expense Management
  4. Travel Plan sharing
  5. Content Sharing
  6. Email notification and Stripe Payment Gateway

Home Page

home

User Profile Page

profile

Expense Management Page

expenses

Plan Page

plans

Prerequisites:

Before using this project, you'll need to have the following installed:

  • Node version 18.0 or higher
  • Mongo version 6.0 or higher
  • A text editor (Visual Studio Code, Atom, Sublime Text, etc.)
  • Git
  • npm version 8.0 or higher

How to run application:

The first step is to clone the Group project repo in your machine using the below command. Run the below command at the destination in cmd where you want to clone the repository.

git clone https://github.com/jayramani/TripEase.git

Next, Change the directory to the client side of the project using:

cd .\TripEase\client

Next step is, run the below command to instal all the packages and dependencies that is required to run the Assignment.

npm install

You are all set and now just run the client side using following command.

npm start

Now, To run the server side of the Assignment, open the cmd with the path of the project's repo.

Next, Change the directory to the server side of the project using:

cd .\TripEase\server

Next step is, run the below command to instal all the packages and dependencies that is required to run the Assignment.

npm install

You are all set and now just run the server side using following command.

npm start

Environment Variables:

This project requires the following environment variables to be set:

- MONGO_CONNECTION_URL = <PASTE URI OF MONGODB>
- CLIENT_URL = <PASTE URL OF CLIENT>
- STRIPE_API_KEY = <PASTE URI OF STRIPE API>
- SENDGRID_API_KEY = <PASTE URI OF SENDGRID API>

Folder Structure

Frontend:

client
├── public
│   ├── images  
├── src
│   ├── assets
│   ├── components
│   ├── constants
│   ├── layouts
│   ├── pages
│   ├── redux
│   ├── utils
├── App.scss
├── App.js
├── index.js
└── index.css

Backend:

server
├── Assets
├── Controllers
├── Middlewares
├── Models
├── Routes
├── Utils
├── .env
├── server.js

tripease's People

Contributors

jayramani avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.