Skip to content

konman1989/news_board

Repository files navigation

News Board REST API

Python 3.8, Django 3

This is a simple REST Api for a news aggregator.

pip install -r requirements.txt

ENV config

ENV config can be set up by:

cp .env-example .env

Run docker

docker-compose build
docker-compose up

Setup crontab

python manage.py crontab add
python manage.py crontab show
python manage.py crontab remove

Postman documentation

Can be found at link

Heroku app

Can be found at link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published