Skip to content

a boilerplate app for setting up a back-end using falcon rest framework with sqlalchemy integration

Notifications You must be signed in to change notification settings

aimanesmimah/falcon_boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First of all, ensure you have python3 installed in your machine as this app code is based on python3 specifications

Usage

$ git clone https://github.com/cloudstrife9494/falcon_boilerplate
$ cd falcon_boilerplate
$ pipenv shell # to switch to the project virtual environment using pipenv tool and creating a Pipfile with required dependencies versions 
$ pipenv install # installing all external dependencies locally
$ python ./launcher.py 

Note

If your dev environment is not pointing at a python3 executable by default, you can switch to python3 using:

$ pipenv --python 3.7

About

a boilerplate app for setting up a back-end using falcon rest framework with sqlalchemy integration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages