Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Making first changes to readme
  • Loading branch information
ajenez authored Mar 19, 2021
1 parent 830a188 commit 962a53c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# Network-Project
# Network-Project

Basic network site developed with Python, HTML, CSS, and Javascript using Django Framework

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.

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.

https://github.com/ajenez/Commerce-Project/blob/12a88d48103e716a35460bcd795cb7aeae381f59/auctions/views.py#L76-L207

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!

https://github.com/ajenez/Commerce-Project/blob/12a88d48103e716a35460bcd795cb7aeae381f59/auctions/views.py#L301-L313

Video demonstration: https://www.youtube.com/watch?v=MSJV6zNvL2Q

0 comments on commit 962a53c

Please sign in to comment.