Skip to content

bersena911/flask-test-app

Repository files navigation

Install Requirements

pip install -r requirements.txt

Environment file

You must have environment file with correct values to run server properly, here is example

DB_URI=postgresql://postgres:testtest@localhost:5432/postgres

BACKEND_CORS_ORIGINS=http://localhost, http://localhost:8000
SECRET_KEY=some_secret_key # can be generated using openssl
[email protected]
FIRST_SUPERUSER_PASSWORD=testtest

Run Migrations before running server

alembic upgrade head

Run development server

python app.py

After first run it will create superuser based on .env file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published