Application written in python using the Django framework as part of the web programming class projects.
The Network web application allows registered users to create posts with a title, text and an optional image. Users are able to follow and unfollow other users, like and unlike posts and edit their own posts.
The application can be run on your machine via an IDE or the terminal. The customer data is stored in SQLite3 database tables.
To run the program:
- You need to have Python installed
- You need to have Django installed
- To run it:
python manage.py runserver
command has to run in the directory of the application - Webpage can be accessed in a browser via the URL prompted in the terminal, e.g.
http://127.0.0.1:8000
Libraries: