Skip to content

pet project with functionality of simple advertisement store

Notifications You must be signed in to change notification settings

SaenkoDmitry/adv-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advertisement app

  • server by default running on :9100 port and postgres db running on :5432 port

  • database mounting data in project directory /db/data

Swagger docs

to see documentation you can open url :

http://localhost:9100/swagger/index.html

Getting started

project use go modules so you can load all dependencies in your $GOPATH by command:

go mod download

to run server and db locally:

docker-compose up -d --build

to add migration to db:

migrate create -ext sql -dir db/migrations name_of_migration

to update swagger docs you need to add/update comment on method and execute :

swag init

Technological Stack:

About

pet project with functionality of simple advertisement store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published