Skip to content

SalvatoreTosti/flask-pdf-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Template

This project is a starter template used for Flask projects.
It's designed to let you start building your app with a minimal amount of setup.

Getting Started

  1. Clone a copy of this repository
  2. Change your upstream with git remote set-url origin https://github.com/YOUR_USERNAME/YOUR_REPOSITORY.git
  3. Setup a virtual environment with python3 -m venv env
  4. Activate the virtual environment with source env/bin/activate
  5. Install the project dependencies with pip install -r requirements.txt
  6. You're ready to launch!

Prerequisites

Running the tests

  • Coming soon.

Deployment

This project is designed to be deployable with heroku immdiately. If you have the Heroku commandline tools installed, you can run the app with heroku local.

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published