Skip to content

sdblg/hoa-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hoa-auth

Docker commands

make build env=dev
make run env=dev

Database install in Mac

  1. brew install --cask dbeaver-community
  2. brew install postgresql
  3. brew services start postgresql
  4. psql postgres
  5. CREATE ROLE newUser WITH LOGIN PASSWORD ‘password’;
  6. ALTER ROLE newUser CREATEDB;
  7. \q
  8. psql postgres -U newuser
  9. brew services stop postgresql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages