atlasbioinfo / atlasflask

A generic model for my project's Flask backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atlasflask

A generic model for my project's Flask backend

1. pip install virtualenv
2. python -m venv flaskENV
3. . flaskENV/bin/activate
4. pip install flask python-dotenv flask-restful flask-sqlalchemy flask-cors psycopg2-binary

5. git clone https://github.com/atlasbioinfo/atlasflask.git
6. flask run

About

A generic model for my project's Flask backend

License:Apache License 2.0


Languages

Language:Python 62.6%Language:HTML 35.2%Language:CSS 1.5%Language:Shell 0.7%