/agente-agenda

Primary LanguageJavaScriptOtherNOASSERTION

Agente Agenda

A brief description of what this project does and who it's for

Demo

https://agente-agenda.herokuapp.com/login

Tech Stack

Client: Flask Dashboard

Server: Flask, PostgreSQL

Deployment

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.

Installation

Install my-project with

Run Locally

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/

Authors