Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 327 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 327 Bytes

News API Challenge

Instructions

Install dependencies

$ pip install pipenv
$ pipenv shell
$ pipenv install

Start docker

$ docker-compose -f docker-compose-dev.yml up

Run app

$ python manage.py test
$ python manage.py runserver

API Documentation: http://localhost:8000/api/docs