Make sure you have these components installed
- Golang https://golang.org/
- Buffalo https://gobuffalo.io/en
- Postgressql https://www.postgresql.org/
- Nodejs https://nodejs.org/en/
Run below command to create the database
$ buffalo db create -a
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/