Skip to content

brujo-rojas/potionsmart

Repository files navigation

Potions Mart

API Rest Potions Market, with Laravel 9 and mysql

Getting started

Run migrations and fill database with seed data.

$ php artisan migrate:fresh --seed

Principal Routes

  POST       api/buy ........................... Api\ClientController@buy
  GET|HEAD   api/clients ..................... Api\ClientController@index
  POST       api/login ......................... Api\AuthController@login
  GET|HEAD   api/potions ..................... Api\PotionController@index
  GET|HEAD   api/user ........................... Api\AuthController@user
  POST       api/register ................... Api\AuthController@register
Routes on Postman

Run in Postman

DatabaseModel

Database Model

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages