Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instructions: start the containers: docker-compose up enter the postgres server using another container: docker run -it --rm --network flask_kinan_default postgres psql -h flask_kinan-postgress_server-1 -U postgres create the 'usersdb' database, connect to it and create the 'users' table: create database usersdb; \connect usersdb create table users ( id integer PRIMARY KEY GENERATED BY DEFAULT AS IDENTITY, name varchar(40)); go to localhost:5555/users

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages