Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 1.39 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.39 KB

Badgio - Backend

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]

Contributors

🍆 André Gonçalves 🍆 🥒 Diogo Gonçalves 🥒 🍌 Miguel Carvalho 🍌
André Gonçalves Diogo Gonçalves Miguel Carvalho
github.com/andregclvs github.com/goncalves-diogo github.com/MAACarvalho

How to use the virtual environment

  1. Create a virtual environment python3 -m venv venv/
  2. Source the virtual environment source venv/bin/activate
  3. Install the environment pip install -r requirements.txt