Skip to content

dennisqi/myblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To run the code please use the following commends

git clone https://github.com/dennis09121111/myblog.git
OR
git clone [email protected]: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

Watchers

Forks

Releases

No releases published

Packages

No packages published