DaTeam's SDC Web App

February 23, 2021 ยท View on GitHub

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

Contents

  1. 1Getting Started
  2. 2Docker
  3. 3Testing