๐Ÿ“ฆ wojtasiq / flask-graphql-sqlalchemy-template

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/wojtasiq/flask-graphql-sqlalchemy-template.git
HTTPS git clone https://github.com/wojtasiq/flask-graphql-sqlalchemy-template.git
SSH git clone git@github.com:wojtasiq/flask-graphql-sqlalchemy-template.git
CLI gh repo clone wojtasiq/flask-graphql-sqlalchemy-template
Wojciech Wojcik Wojciech Wojcik figuring out authorization of node 305a814 6 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ app_scripts
๐Ÿ“ config
๐Ÿ“ models
๐Ÿ“ routes
๐Ÿ“ services
๐Ÿ“„ .gitignore
๐Ÿ“„ app_init.py
๐Ÿ“„ app_run.py
๐Ÿ“„ app.py
๐Ÿ“„ ReadMe.md
๐Ÿ“„ requirements.txt
๐Ÿ“„ README.md

Instalation & Run

  • Install dependencies
  • Copy from config/envs/.env.* to project root as .env
  • Optionally use app_scripts to setup app
  • Lunch app with app_run.py