Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 272 Bytes

File metadata and controls

32 lines (24 loc) · 272 Bytes

run db

	docker-compose up --build

open db container

	docker exec -it db psql -U user

show tables

	\dt

show records

	SELECT * from users

run server

	make run

open browser

	http://localhost:8080