This project can be run in two methods:
- Docker
- Manual set-up
The only requirement in order to run using docker is of course docker which can be installed following this instructions
Once docker is installed; follow the following steps to start the app
- 1 git clone this repo
git clone https://github.com/LukaLmelias/yolo.git
- 2 Enter into yolo (the created directory)
cd yolo
- 3 Start-up the app using docker compose
docker compose up
If everything went well, you should be able to acess the app on: http://localhost:3000
Make sure that you have the following installed:
cd client
npm install
npm start
cd ../backend
npm install
npm start