Skip to content

yasua006/Python-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Flask

Det er et prosjekt i Python som bruker Flask og sqlite3.

Kjør følgende for MacOS:

python3 -m venv .venv
source .venv/bin/activate
pip install flask
python3 init_db.py
python3 app.py

POST og DELETE:

curl -X POST localhost:5000
curl -X DELETE localhost:5000
  • Det har feil på laging, man kan ikke redigere på posts, og administrator tilgang finnes ikke

About

VG2

Resources

Stars

Watchers

Forks