Backend server for go-movies application
- Start docker engine
- Run
make postgres
to download and start a postgres DB instance locally - Execute
make createdb
to cretae a database - Execute
make populatedb
to create tables and populate data in the database - If there is an error in any of the steps, run
make cleanpostgres
to clean up your postgres environment and try again
- Run
make server