Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 811 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 811 Bytes

Flytelog

Instructions for setting up back-end server

In the /backend folder: yarn install to download dependencies then choose:

  • yarn server - uses nodemon for development
  • yarn start - for production

Instructions for setting up front-end

In the /react-frontend folder: yarn install to download dependencies then choose:

  • yarn build - builds the current version for deployment
  • yarn start - loads a live server that automatically updates

Additional Accounts

You will also need to set up accounts with:

  • Google Firebase: OAuth and FireStore
  • AWS
  • Stripe

Tech Stack

  • React
  • MaterialUI
  • Express
  • Knex
  • Firebase
  • Stripe
  • AWS

Sections