csc302-spring-2021 / proj-DaTeam

CSC302 course project for DaTeam
https://dateam-frontend.herokuapp.com/
5 stars 2 forks source link
form sdc

DaTeam's SDC Web App

Getting Started

  1. npm i
  2. cp .env.template .env
  3. Run npm run dev:frontend and then npm run dev:backend in another tab
  4. Go to http://localhost:3000 for frontend and http://localhost:3001 for backend

Docker

  1. (Optional) Run docker-compose --env-file=./.env down --remove-orphans to remove orphaned containers
  2. npm run docker
  3. Go to http://localhost:3000 for frontend and http://localhost:3001 for backend

Testing

  1. npm test