Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pferreirafabricio/php-social-sebo
:book: Platform to sell and share books
https://github.com/pferreirafabricio/php-social-sebo
bootstrap bootswatch-theme css css-gg grunt html js php twig
Last synced: 5 days ago
JSON representation
:book: Platform to sell and share books
- Host: GitHub
- URL: https://github.com/pferreirafabricio/php-social-sebo
- Owner: pferreirafabricio
- License: mit
- Created: 2020-07-20T16:52:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T15:27:28.000Z (about 4 years ago)
- Last Synced: 2024-05-28T14:08:51.251Z (6 months ago)
- Topics: bootstrap, bootswatch-theme, css, css-gg, grunt, html, js, php, twig
- Language: PHP
- Homepage:
- Size: 1.76 MB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sell and Share your books! :books:
## :eyes: Overview
## :open_book: About
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 :heart:, manage categories and so on.
Checkout the others projects of the bootcamp [here](https://github.com/pferreirafabricio/bootcamp-satellaSoft).
This project was developed in [SatellaSoft's Bootcamp](https://academy.satellasoft.com/course/v/bootcamp-desenvolvimento-web) as the final project.## :bricks: This project was built with:
- [PHP](https://www.php.net)
- [Twig](https://twig.symfony.com)
- [MySQL](https://www.mysql.com)
- [Grunt](https://gruntjs.com)
- [Bootswatch Lux Theme](https://bootswatch.com/lux/)
- [CSS GG](https://css.gg)
- [Editor Config](https://editorconfig.org)
- [ESLint](https://eslint.org)## :running_man: Installing and Running
1. Clone this repository ```git clone https://github.com/pferreirafabricio/php-socialSebo.git```;
2. Enter in the project's folder: ```cd php-socialSebo```
3. Install all project's dependencies: ```$ composer install```
6. Finally run the apache server and access ```http://localhost``` 😃
## :recycle: Contribute
1. Fork this repository;
2. Create a branch with your feature: ```git checkout -b my-feature```
3. Commit your changes: ```git commit -m 'feat: My new feature'```
4. Push your branch: ```git push origin my-feature```
## :page_with_curl: License
This project is under the MIT license. Take a look at the [LICENSE](LICENSE.md) file for more details.