A replica of Instagram using Laravel Framework
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
* Composer 1.8.6 or latest
* Laravel 5.8 or latest
* npm 6.9.0 or latest
* Node.js 10.16.0 or latest
A step by step series of examples that tell you how to get a development env running
Open Terminal / Command Prompt and type:
git clone https://github.com/vamuigua/freeCodeGram.git
Then change your directory to the project you have cloned
cd freeCodeGram
To run the project, type:
php artisan serve
Open your Browser and enter
http://127.0.0.1:8000
Your done...The app should now be running on your browser
- Laravel - The web framework used
- Composer - The package manager for php used
- Node.js - The JavaScript run-time environment used
- Victor Allen - vamuigua ✌️
This project is licensed under the MIT License - see the LICENSE.md file for details
- Coder's Tape - coderstape