Skip to content

A Twitter clone I built when I studied at YRGO university

License

Notifications You must be signed in to change notification settings

themaxsandelin/twitter

Repository files navigation

Twitter clone

This is a Twitter clone I built in PHP during my studies at YRGO university.

Disclosure: This is just a school project, not an actual app or something to be used instead of Twitter. Things might not work or be wonky since this project isn't really maintained.

Geting started

Prerequisites

  • Git
  • Server running Apachce, MySQL and PHP7

Installation

  1. Clone the repository to your environment

    $ git clone https://github.com/themaxsandelin/twitter
  2. Import the twitter.sql file into MySQL, either through the command line or through something like PHPMyAdmin

    $ mysql -u root -p twitter < twitter.sql
  3. Ready to go!

License

MIT © Max Sandelin

About

A Twitter clone I built when I studied at YRGO university

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published