Skip to content

DataScience REST API to interact with the news WebScaper and the Backend.

Notifications You must be signed in to change notification settings

Proyecto-Noticias/DataScience

Repository files navigation

AlwaysUpdate ~ DataScience REST API 📰

Always Update

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

API 🌈

HERE you will have fully documentation of every endpoint of the api.

Demo

Alt text for your video

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

About

DataScience REST API to interact with the news WebScaper and the Backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published