https://github.com/valentinfunk/ba-microservice-users
https://github.com/valentinfunk/ba-microservice-users
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/valentinfunk/ba-microservice-users
- Owner: ValentinFunk
- Created: 2016-06-19T18:42:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T09:26:13.000Z (almost 10 years ago)
- Last Synced: 2025-05-22T09:39:28.760Z (about 1 year ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
micro-user-service
==================
The purpose of this project is to demonstrate the usage of flask for building small microservices rest-api's.
Used frameworks and batteries are:
- sqlalchemy and flask-sqlalchemy for persistence
- flask
- flask-restless for rest
- flask-testing for unit testing
- behave for integration tests
- requests for integration tests
## Code Status
* [](https://travis-ci.org/atdi/micro-user-service)
## License
Micro users service is released under [Apache License v2](http://www.apache.org/licenses/LICENSE-2.0).