k5924 / Galaxy-Online

Social media website with algorithm to filter slang and swear words. Built in Django

Home Page:https://k5924.pythonanywhere.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Galaxy Online

Introduction

This is a social media website which uses a custom algorithm to block profanity from being used on the website so that the system is suitable for use in a school environment. I created this as my end of year project in Year 13 of Sixth Form. The documentation for the program is written in the NEA document. The website only accepts emails that end with @hfed.net

Installation

Ensure that python is installed on the system with pip added to path in environment variables on windows (if you run the python installer, there is an option which does this for you)
To install the Django Web Framework run

pip install django

To run the website use

python manage.py runserver

TODO List

  • Fix likes and comments
  • Improve design of user interface

Documentation

Link to PDF containing documentation

Languages and Tools:

css3 django html5 python

About

Social media website with algorithm to filter slang and swear words. Built in Django

https://k5924.pythonanywhere.com

License:MIT License


Languages

Language:JavaScript 37.5%Language:CSS 32.3%Language:Python 18.7%Language:HTML 11.5%