A brief description of what this project does and who it's for
https://agente-agenda.herokuapp.com/login
Client: Flask Dashboard
Server: Flask, PostgreSQL
To deploy this project in Docker run
docker-compose pull # download dependencies
docker-compose build # local set up
docker-compose up -d # start the app
Visit http://localhost:8080
in your browser. The app should be up & running.
Install my-project with
Clone the project
git clone https://github.com/RCristiano/agente-agenda
Go to the project directory
cd agente-agenda
Create a virtual environment
python -m venv venv
source venv/bin/activate
Install dependencies
pip install -r requirements.txt
Start the server
flask run --host=0.0.0.0 --port=5000
Access the dashboard in browser: http://127.0.0.1:5000/
- Alexandre Junio dos Santos Vieira, RA 2010464
- Fábio Borges Dias, RA 2007056
- Fabio Rogerio Lins Pereira, RA 2003660
- Felipe dos Santos Oliveira, RA 2015353
- Gustavo Guerreiro Martinho da Cunha Sales, RA 2001642
- Marcio M. Marcelli, RA 2002829
- Rodrigo Cristiano Ferreira Vieira, RA 2015474