Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 743 Bytes

File metadata and controls

23 lines (17 loc) · 743 Bytes

Vocabnote

This is an example Restful API using Lumen 5.3.2

Features

Quick Start

  • Clone this repo or download it's release archive and extract it somewhere
  • You may delete .git folder if you get this code via git clone
  • Run composer install
  • Run php artisan jwt:generate
  • Configure your .env file for authenticating via database.
  • Run php artisan migrate --seed
  • Run php -S localhost:8000 -t public/ to start server.

License

The application is open-sourced software licensed under the MIT license