-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making first changes to readme
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |