Skip to content

pipeops-dev/pipeops-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PipeOps-Flask-Starterkit

Get Started

Firstly you need to clone the project

$ git clone <project>
$ cd <project>

Create and activate a virtual environment

$ python -m venv <name>
$ <name>/scripts/activate  # windows powershell
$ <name>/bin/activate.bat  # linux terminal

Note

  1. On Windows you need to install make using chocolatey

Install and Setup project

Install dependencies using the make init command

$ make init # install the pip dependencies

Start your local server

$ make start  # run your local server 

Releases

No releases published

Packages

No packages published