Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 392 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 392 Bytes

Fifty-Fifty

asd

Configure environment

In back copy the .env.template to .env and set your own values

cp back/.env.template back/.env

Docker development

Run with

docker compose up
  • Backend available at localhost:3000
  • Frontend available at localhost:3001

API

Api documentation is available from backend /docs when running in development