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/
- Post
- Users are able to modify their own posts (title, content, ?date_modified)
- title
- author: User
- date_posted
- content
- User
- Users are able to modify their own info
- name
- bio
- image
- Profile
- Users are able to modify their own profile
- name
- password
- bio
- image
- Review
- post: Post
- author: User
- content
- date_posted
- date_modified
- Like
- post: Post
- author: User
- value (1:like, 0:dislike)
- date_voted
- API
- Post
- User
- Profile
- Review
- Like