Skip to content

mikolajgawronski/simple-shop

Repository files navigation

Simple Shop

This project was made as an recruitment task for indaHash.

It's a simple API that allows you to Add, Update or Delete a product. All endpoints are documented with Swagger. The big comments you can find in the controller are a part of Swagger documentation.

The app is meant to sent an email to "[email protected]" every time you add a product, however the method that sends the email is commented because while this app has everything ready, it lacks proper Gmail configuration. It was done in such way because the recruitment task allowed me to do everything apart from configuration.

The project was made using the Laravel Framework.

Generate API docs:

 php artisan l5-swagger:generate

You can access API docs here:

http://localhost/api/documentation

Author:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published