Skip to content

This repository contains code of small reddit like application(that's why I am calling it coddit .. cool right?? API backend is developed with Django REST framework.

tawhidii/django-rest-api-coddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coddit

An API backend for small reddit like application which is developed with Django REST framework.

Installation

Open your terminal and type:

$ git clone https://github.com/tawhidii/django-rest-api-coddit.git
$ cd django-rest-api-coddit
$ pip install -r requirements.txt
$ python3 manage.py makemigrations && python3 manage.py migrate
$ python3 manage.py runserver 

Finally , go to your web browser and open: http://localhost:8000/api/posts

Cool !!

About

This repository contains code of small reddit like application(that's why I am calling it coddit .. cool right?? API backend is developed with Django REST framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages