Skip to content

monoprosito/twitter_clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Clone

This repository stores an application similar to Twitter.

Homepage

Getting Started

To deploy the local application, you need few requirements installed

Prerequisites

Installation

  1. Clone the repo
git clone https://github.com/monoprosito/twitter_clone.git
  1. Update your Apache configuration file (httpd.conf) / Nginx configuration file (default) configuration file, like this:
# Where WEB_SERVER_PATH is the root folder of your web server

DocumentRoot "${WEB_SERVER_PATH}/twitter_clone/public"
<Directory "${WEB_SERVER_PATH}/twitter_clone/public">
    ...

</Directory>
  1. Generate autoload files

This project does not require any dependency, however it is necessary to generate an autoload file.

composer install

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Santiago Arboleda Londoño - @msarboledal - monoprosito@gmail.com