- Lt. Kreimier - Space CAMP Leadership
- PS 1: A way to manage the portfolio of different applications and receive updates on all programs.
An application showing all things helpful related to Program Management: Blockers Needs Funding
- React, Express, PSQL
- Andrew: Database, PM Proj Page
- Donna: Create Project Page
- Emily: Main Page, Goddess of CSS
- Benjamin: Developer Proj Page
- Peter: Login/Registration, General Manager Page
- 7 AM PST Stand up
- 8:30 AM PST Group Blockers
- 10 AM PST Lunch
- 12:30 PM PST Group Blockers
- 2:50 PM PST Stand Down
- Server (Express + PSQL): Run
docker-compose build
, thendocker-compose up
- Client (React): Use the same commands as above OR
npm start
in individual client folders - View the app at
localhost:8000
- Query the API at
localhost:3001