bounswe / bounswe2024group6

6 stars 0 forks source link

feat(frontend, devops): Setup Frontend React App, Dockerize Frontend, Backend and Database Services #86

Closed yunusemreozdemir closed 6 months ago

yunusemreozdemir commented 6 months ago

Created initial React App with Vite. Dockerized frontend, backend and database services. Can be tested with steps:

  1. Copy contents of .env.example to .env
  2. Set environment keys in .env
  3. docker compose build
  4. docker compose up