Skip to content

swifthorseman/python-web-app-starter-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Development

Pre-requisites

Getting Started

The Makefile has everything required to set up the development environment locally.

  1. Prepare the pipenv shell:

    $ make develop
    
  2. Install dependencies:

    $ make install
    
  3. Run unit tests:

    $ make test
    
  4. Start the app. By default, it listens on the port 3000.

    $ make start-app
    
  5. To format the code:

    $ make format-code
    

About

A Python Project Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published