Skip to content

adamsyy/zappit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zappit model rest-api

To run the project: python manage.py runserver to make use of the api:

  1. localhost:8000/admin = to view the admin panel (username=adam password=1234) or create a new superuser
  2. localhost:8000/api/posts = list the all post objects (get and post)
  3. localhost:8000/api/posts/ = retrieve/ delete the xth post
  4. localhost:8000/api/posts//vote = vote for the post x as well as delete the vote

Feel free to fork the project and use this api as well as use this in your frontend website/app. Its my first rest api exposure. Rest api take the project to a next level. This projects is very handy.

About

Rest api for social medias using django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages