/flight

Primary LanguageJavaScript

This project was bootstrapped with Create React App.

"The charts in action"

Flight App

Flight App was made for my friends company Flight Underwear to keep track of their customers data and demographics. Trends and statistics are shown on the front page using ChartJS. Signed in users can add new customers to the database, as well as edit existing ones.

Main technologies used

Client

  • reactJS
  • react-redux
  • react-chartjs-2
  • react-slick
  • react-bootstrap
  • axios

Server

  • express
  • jsonwebtoken
  • knex
  • bcrypt

Snap Shots

"Color Chart"

"Full data sheet"

"Add new customer"

Installation instructions

clone repo.

DB

create new pg database named flight_back_end

Server

npm install knex migrate:latest (you may need to install knex globably) knex seed:run start server usin:g npm run devstart

Client

npm install start client using: npm start

Sign in using email: rexi@tips.com && password: Rexi