Giter Club home page Giter Club logo

sharedpost's Introduction

sharedPost

Simple social website project where users can share posts to community. This web application is made with purpose of practicing PHP and making apps in MVC architecture.

๐Ÿšง Functionalities so far

As guest

  • Browsing shared posts
  • Registration
  • Login

As registered user

  • Ability of sharing new post

App preview (for HD image/gif preview - Right click -> View image)

Home page

Home page

Shares tab preview

Shares page

๐Ÿ’Ž Here come the GIFs (Cool content ahead)

Browsing app as guest

Browsing app as guest

Registration

Registration

Login

Login

Sharing a new post

Sharing a new post

And finally logging out

Logout

MVC architecture applied

image

What tools have I used ?

โšก Well first, I've googled a lot. That seems to be an inevitably tool.

  • Visual Studio Code (writing PHP + HTML + CSS)
  • XAMPP for Windows 7.4.1
  • phpMyAdmin @ localhost (MySql)
  • Bootstrap v4.4

๐Ÿšจ * MD5 encryption is used for password storing purposes because of simplicity, switch to safer algorithm if you are going to use parts of this code in your applications.

๐Ÿš€ How to run it

In Documentation folder in this repository, there is database SQL dump sharedposts.sql included.

  1. Host a local web server on your computer with XAMPP or similar technology
  2. Create a database of your choice (or just name it sharesposts) on phpMyAdmin
  3. Copy and execute full content of sharedposts.sql in query
  4. Tweak config.php file for database parameters (such as DB_HOST, DB_USER, etc.)
  5. And run it writing localhost/sharedPost/sharedPost/ in your browser (because of additional GitHub folder ...)

sharedpost's People

Contributors

thejakov avatar

Watchers

James Cloos avatar  avatar

Forkers

hmdlq

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.