AlwaysUpdate is an e-NewsPaper from Argentina, Colombia, Venezuela and Mexico, that update its news every day.
- Python 3.7
- pip
- virtualenv
- MySQL
- Docker (If you want)
virtualenv venv --python=python.3.7
source venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reload
docker build -t datascience_api .
docker run --rm -p 8080:8080 -e PORT=8080 datascience_api
Pull requests are welcome!. And if you have an idea for a feature and dont have time to do this, feel free to open a issue!