Skip to content

jpmunz/sample-rest-api

Repository files navigation

deploy status code style: black

A sample repo demonstrating the steps outlined in this documentation.

DEVELOPMENT

Setup

python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt

Make sure redis is installed

wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make

Run

redis-server
. venv/bin/activate
FLASK_APP=sample FLASK_ENV=development flask run

Deployment

See these instructions for initial setup.

Actual deployment is handled by the Deploy Action.

About

Sample REST API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors