Skip to content

cleissonbarbosa/api-rest-laravel

Repository files navigation

Laravel Logo

Simple rest api, can be used as boilerplate

Prerequisites

Postman

You will find in the folder postman the exported file of the collection

How to install and run

Rename the file .env.example to .env and enter the database information. Do not change the host!

  • Then install the composer dependencies
$ composer i
  • Then just run the following command:
$ composer dev

If all goes well, you should see a message similar to this one:

it's Working! 🎉 go to http://localhost:8000 to test

Documentation

The api documentation is available at the link /doc

License

The Laravel framework is open-sourced software licensed under the MIT license.