BlackIQ / web_flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web Flask

A simple Flask app site.

How does it works

  • Written in Python.
  • Web app, Flask.
  • Package managing with PipEnv.
  • Hosted by Heroku.

Where to see

Link will be added.

Contribute

For small changes, open an issue or do it by yourself.

How to run

  • First clone it and go to the directory. Run pipenv shell.

This project is using PipEnv. Don't run pip3 install.

$ git clone https://github.com/SamuelSam-dev/web_flask
$ cd web_flask
$ pipenv shell
  • Export variables and run Flask app.
$ export FLASK_APP=wsgi.py
$ export FLASK_ENV=development
$ flask run

License

This project is licensed under MIT license.

About

License:MIT License


Languages

Language:Python 99.3%Language:JavaScript 0.7%