Skip to content

A Twitter-like social network website for making posts and following users

Notifications You must be signed in to change notification settings

AndrzejSzelag/network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5f44449 Β· Oct 27, 2023

History

22 Commits
Dec 15, 2022
Dec 15, 2022
Dec 15, 2022
Dec 15, 2022
Oct 27, 2023
Dec 15, 2022
Oct 26, 2023
Oct 26, 2023
Oct 26, 2023
Dec 15, 2022
Oct 26, 2023
Oct 26, 2023
Oct 27, 2023
Oct 26, 2023

Repository files navigation

Network

πŸ“˜ Project 4 from Edx | Harvard CS50's Web Programming with Python and JavaScript Course

βœ’οΈ Design a Twitter-like social network website for making posts and following users.

register.java

post.java

guest.java

follow.java

following.java

unfollow.java

Specification

πŸš€ https://cs50.harvard.edu/web/2020/projects/4/network/

Video

πŸš€ Network project on YouTube

Requirements

  • Python 3.11.1
  • Django 4.1.4

TIP: If you have a requirements.txt file type this command: python -m pip install -r requirements.txt

How to run?

  1. Go to the directory which contains "manage.py" file
  2. Then type this command: python manage.py runserver
  3. In your Web browser use a URL: http://127.0.0.1:8000/

About

A Twitter-like social network website for making posts and following users

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published