We have 2 ways to install
-
Install docker and Docker Compose if you don't have them already.
-
Run docker compose (-d is for detach)
docker compose up
-
(optional) if you want to rebuild it
docker compose down docker compose up --build
- Navigate to frontend directory
cd Frontend - Install depencies
npm install
- Navigate to backend directory
cd Backend - Install depencies
npm install
- Start the frontend development server
npm start
- Open your browser and visit http://localhost:3000
- Start the backend server
npm start
- Open your browser and visit http://localhost:5000 and
document on: http://localhost:5000/api-docs