Skip to content

avaldinger/network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network

Application written in python using the Django framework as part of the CS50 Badge web programming class projects.

Table of content

General info

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.

Setup

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:

  1. You need to have Python installed
  2. You need to have Django installed
  3. To run it: python manage.py runserver command has to run in the directory of the application
  4. Webpage can be accessed in a browser via the URL prompted in the terminal, e.g. http://127.0.0.1:8000

 

Technologies

   Libraries:

  • Django
  • Python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published