Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/posquit0/falcon-boilerplate
Boilerplate template for a Python Falcon application with Docker, PyTest, Coveralls, and Circle CI
https://github.com/posquit0/falcon-boilerplate
api boilerplate falcon python python-api python-falcon rest-api
Last synced: about 1 month ago
JSON representation
Boilerplate template for a Python Falcon application with Docker, PyTest, Coveralls, and Circle CI
- Host: GitHub
- URL: https://github.com/posquit0/falcon-boilerplate
- Owner: posquit0
- License: mit
- Created: 2017-07-10T03:03:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T07:35:00.000Z (about 7 years ago)
- Last Synced: 2024-10-05T01:50:39.061Z (about 1 month ago)
- Topics: api, boilerplate, falcon, python, python-api, python-falcon, rest-api
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Boilerplate template for a Python Falcon application
## Getting Started
```bash
$ pip install -r requirements.txt
$ python app
```## Contributing
This project follows the [**Contributor Covenant**](http://contributor-covenant.org/version/1/4/) Code of Conduct.
#### Bug Reports & Feature Requests
Please use the [issue tracker](https://github.com/posquit0/falcon-boilerplate/issues) to report any bugs or ask feature requests.
## Contact
If you have any questions, feel free to join me at [`#posquit0` on Freenode](irc://irc.freenode.net/posquit0) and ask away. Click [here](https://kiwiirc.com/client/irc.freenode.net/posquit0) to connect.
## License
[MIT](https://github.com/posquit0/falcon-boilerplate/blob/master/LICENSE) © [Byungjin Park](http://www.posquit0.com)