This project is a simple plataform to sell and share books. You can register and edit books (and their thumbnails), leave comments in the books that you love ❤️, manage categories and so on.
Checkout the others projects of the bootcamp here.
This project was developed in SatellaSoft's Bootcamp as the final project.
- Clone this repository
git clone https://github.com/pferreirafabricio/php-socialSebo.git
; - Enter in the project's folder:
cd php-socialSebo
- Install all project's dependencies:
$ composer install
- Finally run the apache server and access
http://localhost
😃
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. Take a look at the LICENSE file for more details.