A web interface to showcase demos of the Discover project.
Please refer to api/README and front/README for installing and running each individual part.
- Sudo privileges
- Python >= 3.10
- Git:
sudo apt install git
- Having configured SSH access to GitHub
- To install the API and Front application following the instructions in api/README and front/README
bash setup.sh
- Change the
.env.dev
variables to fit your requirements. - To start everything in one killable process, run (after installing each part like advised in the subfolders):
bash run.sh