A project for Nimble Go Internal Certification on Web
To start the development server, .env file must be created.
- Copy
.env.examplefile and rename to.env
-
airis used for live reloading -
gooseis used for database migration. -
foregomanages Procfile-based applications. -
goviewis used for the front-end part
They need to be built as a binary file in $GOPATH.
make install-dependenciesmake devThe application runs locally at http://localhost:8080
Execute all unit tests:
make testmake migration/create MIGRATION_NAME={migration name}make migration/statusmake db/migratemake db/rollback