Lagni App
Lagni is full lifecycle web app built with a Rails backend API and React frontend.
To Start:
Install necessary dependancies (bundle install)
Run backend (rails s)
Front End runs on http://localhost:3000
Back End runs on http://localhost:8080
You will need to have the frontend running in order view the UI pages
(please see frontend readme for setup)