Skip to content

antonve/logger-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logger-api

CircleCI

Setup

  • Install glide: https://github.com/Masterminds/glide
  • Install dependencies
    $ glide install
    
  • Set LOGGER_STATIC_FILES environment variable to the client/ path once the client is available
  • Make a copy of dev.yml.example and save it as dev.yml
    • Uses PostgreSQL
    • Update connection_string and database_name eg:
      connection_string: user=anton sslmode=disable dbname=
      database: logger_dev
      
  • Do the same for test.yml.example
  • Run tests
    $ go test $(go list ./... | grep -v /vendor/)
    
  • Run migrations in dev prod: todo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages