Follow these steps to get the application up and running:
-
Clone the Repository
git clone git@github.com:Vernadskii/feedback.git cd feedback -
Configure Environment Variables
Ensure you have a .env file in the root of your project directory.
Rename env.example to .env to use it. -
Build and Start the Containers To build and start all the services defined in docker-compose.yml file, run:
docker-compose up --build
-
Access the Application Once the containers are up and running, you can access application.
- Backend: http://localhost:8080
- Frontend: http://localhost:5173
- Database localhost:5433