Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 343 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 343 Bytes

Lumen REST API base project

Lumen setup with JWT, Login, Swagger documentation and a simple user entity;

Goal

The goal of this repo is to have a configured Lumen REST API project to start a new API. Only minimum is configure:

  • Swagger
  • JWT Token Auth
  • CORS
  • User entity with some dummy data

JWT Login tested with ReactJS