Skip to content

NoCapCbas/webadmin

Repository files navigation

page: 56, 5.5 Get user detail example

Development

Runs app with hot reload via air

make dev

Development Testing

For testing, make sure development docker containers are running If not, run the following command to start them

make dev

Unit Testing

Once you have your project setup, you can run the following command to run all the unit tests:

go test ./...

Integration Testing

go test -tags integration ./...

Integration Testing with MongoDB

go test --tags="integration mongo" ./data

Integration Testing with Postgres

go test -tags="integraion" ./data

Database

Default database is mongo.

This code base is for educational purposes, sourced from "build saas app in go" by dominic st-pierre

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages