Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 921 Bytes

File metadata and controls

44 lines (32 loc) · 921 Bytes

AlwaysUpdate ~ DataScience REST API 📰

AlwaysUpdate is an e-NewsPaper from Argentina, Colombia, Venezuela and Mexico, that update its news every day.

Getting started 🚀

Things that you need to have installed in your system: 🛠️

  • Python 3.7
  • pip
  • virtualenv
  • MySQL
  • Docker (If you want)

Configuration 🔧

Virtual enviroment

virtualenv venv --python=python.3.7
source venv/bin/activate

Dependencies installation

pip install -r requirements.txt

Command to run on dev mode 💻

uvicorn app.main:app --reload 

Docker

docker build -t datascience_api .
docker run --rm -p 8080:8080 -e PORT=8080 datascience_api

Contributing ✒️

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!

License 📄

MIT