Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 436 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 436 Bytes

Lostbox

Lostbox is a website that reunites people with their lost property

  • Frontend - React (CRA)
  • Backend - Laravel Lumen
  • Theme - Tabler

Running Lumen backend

To serve API endpoints, make sure Lumen is running by running the following command:-

php -S localhost:8000 -t public

Refer to Lumen readme file here

Serving React frontend

Refer to CRA readme file here