Giter Club home page Giter Club logo

stream-3-final's Introduction

Stream 3 Final Project

We Are Social

Overview

This is an Python Website Website using the Django Framework

The Website is Deployed Using Heroku

-[http://johnarnold-stream3.herokuapp.com/] (http://johnarnold-stream3.herokuapp.com/) The site uses a GUnicorn WSGI HTTP Server

##Overview We Are Social is a fictitious Social Enterprise Website that allows the exchange of ideas that benefit both businesses and society as a whole. The site is built using a Python Django Framework and features Blogs which allow discussions using disqus, forums which allow the exchange of ideas and discus projects using the forum app, users can also vote on ideas created in the forum. We are social required a monthly subscription payable using Stripe.

Some the tech used includes:

  • Bootstrap
    • We use Bootstrap to give our project a simple, responsive layout
  • [Python] (https://www.python.org/) A powerful and fast Object Oriented Programming Language
  • [Python Django] (https://www.djangoproject.com/) A high-level Python Web framework that encourages rapid development and clean, pragmatic design. The Django Framework is built around the Model View Control architecture.
  • MySQL An Open Source Database Management System.

##Pages in Detail

We Are Social is a collection of Apps, which are packages that provide a set of features. Apps include a combination of model classes, views, form classes, template tags, static files, URL's and Middleware. #Home Page (http://johnarnold-stream3.herokuapp.com/) Offers a vibrant introduction to the website with links into the facilities available to members.

#Register

  • (https://johnarnold-stream3.herokuapp.com/register/) Users can Register with We Are Social which requires a monthly subscription fee of £2. Payments are made using [Stripe](https://stripe.com/] Payment API. As this website is fictitious, all payments use the test mode. When attempting to Register, a Card Number of 4242424242424242, CVV of 123 and an expiry date in the future should work sufficiently. The registration form features a Captcha Control which asks a simple Math question. This is to prevent robots attempting to log in.

#Login

  • (https://johnarnold-stream3.herokuapp.com/login/) the login page features a login form in a Bootstrap Modal window. The page uses JQuery to open the login modal on entering the page. The login form is submitted via AJAX, so that the modal window does not close upon logging in. Login success or failure messages are displayed with the modal window.
  • If your login is not successful but an account with the supplied email address is supplied, you will receive a link to reset your password.

#Change Password / Reset User

  • (https://johnarnold-stream3.herokuapp.com/resetuser/) [The Change Password and Reset User Account] Page has a form which will send an email to the registered email account, which contains a link to another page to change the login password for that user account. This uses the SMTP service of a Gmail Account.

#Change Password / Reset User

  • The email you receive has a link to reset your password. The link has 2 arguments, the first being your email, the second is your email with a SALT appended to it and a sha256 one-way hashing algorithm added to it. This is to prevent people from attampting to hack into the system or gain access to another persons account.

#Profile

  • (https://johnarnold-stream3.herokuapp.com/profile/) - When you register or log in, you are redirected to you profile page. This has details of you account such as your email address, when you joined and how long you have on your subscription. This page also allows a user to reset their password and or cancel their subscription.

#About We Are Social (http://johnarnold-stream3.herokuapp.com/pages/about/) Gives an overview of the We Are Social Organisation and what a social enterprise is. This application uses [Flat Pages] (https://docs.djangoproject.com/en/1.10/ref/contrib/flatpages/) which is HTML content in a database.

#Blog (https://johnarnold-stream3.herokuapp.com/blog/) Logged in Users are able to create Blog Posts. Other users are able to discus blog posts using Disqus A tool for powering discussions.

#Forum (https://johnarnold-stream3.herokuapp.com/forum/) Super Users are able to create Forum Subjects within the admin area. Logged in subscribers are able to create discussions and share ideas within the Forum Subject Areas. Users are able to add polls for others to vote on. Other users are able to add comments to discussions.

#Locations (https://johnarnold-stream3.herokuapp.com/locations/) Shows out locations throughout the world using the google maps api. JQuery is used to change map displayed.

#Contact (https://johnarnold-stream3.herokuapp.com/contact/) Gives subscribers and other visitors the means to communicate with We Are Social. The form features a simple Captcha Control which asks a simple Math question, this is to prevent robots and other spammers sending spam email.

#Instructions for use If you clone we are social and run the code locally, you will need to specify which of the settings files you wish to use. For example: python manage.py runserver --settings=settings.dev

stream-3-final's People

Contributors

arnold-j83 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.