Skip to content

Simple social website project where users can share posts to community.

License

Notifications You must be signed in to change notification settings

TheJakov/sharedPost

Repository files navigation

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 ...)

About

Simple social website project where users can share posts to community.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published