Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the code please use the following commends

git clone https://github.com/dennis09121111/myblog.git
OR
git clone git@github.com:dennis09121111/myblog.git

cd myblog

python manage.py runserver

Open bowser and go to http://localhost:8000/


sample screenshot


  1. Post
  • Users are able to modify their own posts (title, content, ?date_modified)
  • title
  • author: User
  • date_posted
  • content
  1. User
  • Users are able to modify their own info
  • name
  • email
  • bio
  • image
  1. Profile
  • Users are able to modify their own profile
  • name
  • email
  • password
  • bio
  • image
  1. Review
  • post: Post
  • author: User
  • content
  • date_posted
  • date_modified
  1. Like
  • post: Post
  • author: User
  • value (1:like, 0:dislike)
  • date_voted
  1. API
  • Post
  • User
  • Profile
  • Review
  • Like

About

A blog posting website using Django and DRF

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages