Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 1.08 KB

README.md

File metadata and controls

78 lines (51 loc) · 1.08 KB

Capstone.Tchotchke.GH2401

Capstone Project Link to Trello Board: https://trello.com/b/PNUsHDcf/capstone-project

Link to documentation: https://docs.google.com/spreadsheets/d/1tYqxJT_uP_ADT2LviBncoi75aRR_CYzKj5O136JIA7A/edit?usp=drive_web&ouid=104809665772122790445

Scrum Master Lineup:

  • 3/21 - 3/31: Allison R.
  • 4/1 - 4/7: Katy B.
  • 4/8 - 4/14: Ali H.
  • 4/15 - 4/21: Kira L.

_Installed: _

  • Nodemon
  • Vite
  • React

Setup

  • create database
createdb acme_talent_agency_db
  • install dependencies
npm install && cd client && npm install
  • start server in root directory of repository
npm run start:dev
  • start vite server in client directory
npm run dev
  • to test deployment
cd client && npm run build

browse to localhost:3000 (or whatever server port you used)

  • build script for deploy
npm install && cd client && npm run build

  • start script for deploy
node server/index.js

  • environment variables for deploy
JWT for jwt secret
DATABASE_URL for postgres database
  • environment variables for deployed site