hoodedice / flask-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flask-starter

Starting the server:

  1. Open a terminal and go to the server folder. Make sure you have pipenv installed (pip install pipenv)
  2. Install the dependencies with pipenv install. This also createa a virtual environment, if there isn't one already
  3. Activate the virtual environment and start the app with pipenv run flask run

About


Languages

Language:JavaScript 65.6%Language:Python 16.1%Language:HTML 12.2%Language:CSS 6.1%