/GoTravel

Live https://go-travel-agency.herokuapp.com/

Primary LanguageJavaScript

GoTravel - a MERN Stack Travel Agency Website

Frontend built with Create-React-App

Complete with

  • User authentication & authorization
  • RESTful API calls with Axios NPM
  • State management with Redux
  • Forms created with Redux-Form
  • Routes handled with React-Router-DOM
  • Payment handled with Stripe
  • Use of both class-based and fuction-based components (will upgrade to all function-based in the future)

Sneak peak

Tours Admin Page Stripe

Deployed

Live

Install

for frontend

cd client
npm install 
npm start

for backend

npm install 
npm start