Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 333 Bytes

File metadata and controls

8 lines (8 loc) · 333 Bytes

To Get Started:

  • Run composer install.
  • Create mySQL database and config the .env file.
  • Run php artisan migrate:fresh --seed.
  • Now your DB is populated with test data.
  • Go to localhost:8000/setup to get the bearer tokens for the users.
  • Use http client with bearer tokens to perform CRUD operataions.
  • Test the API.