Skip to content

robert861212/flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The repo is a starting point for anyone who wants to develop a Flask server.

Note: This is for Mac users only. If you develop on Windows. Use equivalent commands or contact Robert for help.

  1. Get Python3 on your computer
  2. Make a virtual environment. It's only done once.
    Command: python3 -m venv env
  3. Activate the virtual environment you just made.
    Command: source env/bin/activate
  4. Install requirements. The step is done everytime you add a library.
    Command: pip3 install -r requirements.txt
  5. Start the server.
    Command: python3 app.py

About

flask startup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages