A bank management system by API with two endpoints, /api/conta and /api/transacoes.
Make sure you have installed in your computer
Run command git clone git@github.com:giovanelrocco/objectiveChallenge.git
Run command composer update
Run command php artisan migrate
To run the project use php artisan serve
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- Simple, fast routing engine.
- Powerful dependency injection container.
- Multiple back-ends for session and cache storage.
- Expressive, intuitive database ORM.
- Database agnostic schema migrations.
- Robust background job processing.
- Real-time event broadcasting.
Laravel is accessible, powerful, and provides tools required for large, robust applications.
The Laravel framework is open-sourced software licensed under the MIT license.