BolotZhusupekov07 / news-comments-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NEWS MVP API

Recurring job running once a day to reset post upvotes count is only at local version. I didn't deploy it to Heroku because celery or crontab was not free, and asked for credit card info.

Postman collection

Collection

Deployed to Heroku

Heroku Deploy

Getting started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.


Prerequisites

This is a project written using Python, Django, and Django Rest Framework

1. Clone the repository

$ git clone https://github.com/BolotZhusupekov07/news-comments-app

2. Build the Docker Image

In terminal:

$ docker-compose build 

3.Run the project

Start the development server and ensure everything is running without errors.

$ docker-compose up

About


Languages

Language:Python 98.1%Language:Dockerfile 1.9%