Backend for the Badgio Project.
This project was implemented using Python and the Django framework.
This project was carried out in the first semester of the fifth year of informatics engineering course at University of Minho. [2020-2021]
🍆 André Gonçalves 🍆 | 🥒 Diogo Gonçalves 🥒 | 🍌 Miguel Carvalho 🍌 |
---|---|---|
github.com/andregclvs |
github.com/goncalves-diogo |
github.com/MAACarvalho |
- Create a virtual environment
python3 -m venv venv/
- Source the virtual environment
source venv/bin/activate
- Install the environment
pip install -r requirements.txt