This application is a digital clothes store and was built simultaneously with that app: https://github.com/Jonathancmaia/nozestrump. They compose the complete NozesTrump app.
- Users can sign up and create an account
- Users can browse available products
- Users can view detailed information about the selected product
- Freight rate can be calculated before buyng products
- It's implemented with pagseguro API and can buy a cart in dev enviroment
- Laravel
- SQL
- PHP
- Clone this repository
- Run "composer install" to install all dependencies
- Run "php artisan serve" to start the dev server
- Access the website through your browser (https://nozestrump.ga/)
- Sign up for a new account or log in to an existing account
- Browse the available productcs, and view their details
- Test it buyng a cart. =)