Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dternyak authored Sep 29, 2018
1 parent 9c0e186 commit 551632b
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# Molten-Boilerplate

## Usage
Install requirements `pip install -r requirements.txt`

1. Install requirements `pip install -r requirements.txt`
2. run the app with `gunicorn app:app`.
### Dev
`export ENVIRONMENT="common" && gunicorn --reload app:app`

## Example requests

$ curl -F'name=mittens' http://127.1:8000/v1/kittens
$ curl http://127.1:8000/v1/kittens
$ curl http://127.1:8000/v1/kittens/1
### Test
`export ENVIRONMENT="test" && pytest tests`

0 comments on commit 551632b

Please sign in to comment.