Skip to content

fazzdev/login-system-concept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

login-system-concept

To start PostgreSQL container

  1. Make sure docker is running
  2. In your console, do docker-compose up -d from the root project to start PostgreSQL and Adminer in a container.

Setup data using Adminer

  1. In your browser, go to localhost:8080
  2. When in Adminer page, select PostgreSQL and use postgres:postgres as username and password.
  3. Import the data located in resources/postgres.sql.

To shutdown postgres do docker-compose down in your console.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages