Skip to content

This repository contains the codes of the Backend Master Class course by TECH SCHOOL.

Notifications You must be signed in to change notification settings

HBeserra/simplebank

Repository files navigation

SimpleBank

ci-test This repository contains the codes of the Backend Master Class course by TECH SCHOOL.

Setup local environment

Install Tools:

Setup Services

  • Start all basic services: $ make services
  • Run db migration up all versions: $ make migrateup

Developer commands

Command Description
make services Run the required services using Docker-compose
make test Run all the defined tests
make createdb Create the simple_bank db in the docker postgres
make dropdb Drop the development db
make migrateup Run db migration to the latest migration
make migratedown Run db migration one version down
make sqlc Run SQLC generate to create crud after add a new query
make psql Launches the PostgreSQL command-line interface on simple_bank db

About

This repository contains the codes of the Backend Master Class course by TECH SCHOOL.

Resources

Stars

Watchers

Forks

Packages

No packages published