Skip to content

lewagon/devsecops-guest-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guest Application

A simple application with a Flask backend and a SQLite database.

To use it :

1 - 👉 Install dependencies with pipenv

pipenv install --dev && cd app/

2 - 👉 Set up database

FLASK_APP=app.py pipenv run flask db init && FLASK_APP=app.py  pipenv run flask db migrate &&  FLASK_APP=app.py pipenv run flask db upgrade

2 - 👉 Launch flask web server:

FLASK_APP=app.py pipenv run flask run -p 5000

3 - 👉 Head over to localhost:5000 and test it!

About

A simple flask application for demo purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published