https://github.com/narhen/portfolio-api
https://github.com/narhen/portfolio-api
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/narhen/portfolio-api
- Owner: narhen
- Created: 2016-11-29T20:05:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-25T16:08:57.000Z (over 9 years ago)
- Last Synced: 2025-01-17T00:19:45.443Z (over 1 year ago)
- Language: Python
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Portfolio API
[](https://travis-ci.org/narhen/portfolio-api)
## Running tests
```
$ python -m unittest discover
```
## Building docker image
```
$ docker build -t portfolio-api .
```
## Running docker container
```
$ docker run --env-file vars.env --link mysql --name portfolio-api -d -p 5000:5000 portfolio-api
```