Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Williamsoditi/Flask-Startup

Repository files navigation

Flask Starter Files

Description

Basic flask application starter files

Author

Williamsoditi

Running the Application

  1. Pre-requisites

    • Ensure to activate virtual environment called virtual,using:

      • source virtual/bin/activate
    • Install flask and pip

    • Install flask_script

  2. Inside the manage.py module change the config_name parameter from 'production' to 'development' ie app = create_app('production') should be app = create_app ('development')

  3. Add the export configurations in a start.sh

    • export SECRET_KEY= "Your secret key"
    • export API_KEY= "Your Api key"
  4. Run using the executable file ,with command :

    • ./start.sh

Contact Information

For any further inquiries or contributions or comments, reach me at Williams oditi

License

MIT License

Copyright (c) 2022

About

A skeleton in building flask apps. It includes a dummy folder structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •