Skip to content

Jace-Tech/flask_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

Installation

  1. Clone the repository:

    git clone https://github.com/Jace-Tech/flask_setup.git <server>

    Replace <server> with the name of your project

  2. Navigate to the project directory:

    cd server
  3. Create a virtual enviroment

  # In Windows 
  py -m venv venv

  # In Unix (Mac | Linux)
  python3 -m venv venv
  1. Install the required packages using pip:

    pip install -r requirements.txt
  2. Create a new .env file in the root of your directory, and then add in all the variables from the .env.examples with the appropriate values

  3. Finally, run the app with gunicorn --workers=2 'app:create_app()' or

# Windows
py app.py

#Unix
python3 app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages