Skip to content

Commit 962a53c

Browse files
authored
Update README.md
Making first changes to readme
1 parent 830a188 commit 962a53c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
# Network-Project
1+
# Network-Project
2+
3+
Basic network site developed with Python, HTML, CSS, and Javascript using Django Framework
4+
5+
This project is a network site where users have the ability to register, login, view all current posts made by themselves or other users, create and edit a post, like and unlike a post, view individual profiles, follow and unfollow users, and access a "following" page that only displays posts made by the users they follow.
6+
7+
Personal Favorite Code Block - This block tested my understanding of javascript and required learning to route fetch requests through a specific Django view to make changes within the database to add and remove likes using POST/DELETE requests and edit current posts using a PUT request.
8+
9+
https://github.com/ajenez/Commerce-Project/blob/12a88d48103e716a35460bcd795cb7aeae381f59/auctions/views.py#L76-L207
10+
11+
Extra: This was my first time using Django's Modelforms and it was really interesting discovering how they work and the power that Django has right out of the box!
12+
13+
https://github.com/ajenez/Commerce-Project/blob/12a88d48103e716a35460bcd795cb7aeae381f59/auctions/views.py#L301-L313
14+
15+
Video demonstration: https://www.youtube.com/watch?v=MSJV6zNvL2Q

0 commit comments

Comments
 (0)