Skip to content

CatCassie/flask-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudo docker-compose up
sudo docker exec -it 738b1f6f46be /bin/bash
psql postgres postgres
CREATE DATABASE book_store;

list the databases in list

\l 

connect to the database

\c books_store

list tables in the database

\dt

run app server

python3 manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors