Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 708 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 708 Bytes

Dependencies

Make sure you have these components installed

Create Your Databases

Run below command to create the database

$ buffalo db create -a

Starting the Application in dev mode

Buffalo ships with a command that will watch your application and automatically rebuild the Go binary and any assets for you. To do that run the "buffalo dev" command:

$ buffalo dev

App can be accessed in http://127.0.0.1:3000 locally App is also deployed in https://blooming-sierra-32775.herokuapp.com/