Skip to content

kavalenka/termin-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

It's an API for scheduling and managing appointments.

It's built with Go and PostgreSQL.

For local development, please copy database.env.example to database.env and fill in the values.

cp config/database.env.example config/database.env

After it install migrate tool (https://github.com/golang-migrate/migrate/tree/v4.17.1/cmd/migrate) and run migrations

export POSTGRESQL_URL='postgres://postgres:password@localhost:5432/example?sslmode=disable'
migrate -database ${POSTGRESQL_URL} -path db/migrations up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages