WebApp for IEEE Computer Society Student Branch UnB (University of Brasília).
Date | Description |
---|---|
01/08/2017 | Init |
16/10/2017 | Init of Back-end |
16/10/2017 | Deploy of the WebApp |
30/11/2017 | Demo with Ulisses |
$ python3 -m venv venv
$ source venv/bin/activate
pip install -r requirements.txt
We're using Postgres. Therefore, install Postgres. After installation, the port selected for the project is 5432.
$ python manage.py makemigrations
$ python manage.py migrate
We're using Heroku > https://ieeecsunb.herokuapp.com.
$ heroku login
$ git push heroku master
$ heroku ps:scale web=1 # one dyno
$ heroku open
$ heroku run python manage.py migrate
After running the command below the server will be up on the address http://127.0.0.1:8000/.
$ python manage.py runserver
- Project managers :
-
Dayanne Fernandes da Cunha
- E-mail: [email protected]
- GitHub: Dayof
- Função : Back-end
-
Cristiano Silva Jr.
- E-mail: [email protected] ou [email protected]
- GitHub: ishiikurisu
- Função : Front-end
-
Talitha Pumar Antunes
- E-mail: [email protected]
- GitHub: tapumar
- Função : Back-end
-
Alexandre Augusto de Sá dos Santos
- E-mail: [email protected]
- GitHub: alexandrebarbaruiva
- Função : Front-end
-