Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 374 Bytes

File metadata and controls

14 lines (9 loc) · 374 Bytes

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)