Skip to content

aliykh/reddit-feed

Repository files navigation

reddit-feed

Docker-compose

Runs mongo-db and mongo-express

docker-compose up -d

Migrations

brew install golang-migrate

Run migrations

make migrate-up

Run migrations-down

make migrate-down

Run tests

Run all tests except integration file (excluded):

make run-tests

Run integration tests:

make run-integration-tests

Run the app

make run

Notes

  • Remove test data from the cache - $go clean -testcache

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published