- get access to a random news
- (wip) : predict if a news is real or fake
Create a new virtual environment with python 3.8x, then install the dependencies :
pip install -r requirements.txt
# Run the app
$ uvicorn app.main:app
# Go to localhost:8000/api/v1/docs
# Upload new database
$ heroku pg:psql DATABASE_URL --app hdiyf-backend < hdiyf_database.dump