Warning, /wikitolearn/wikitolearn-chapters-backend/README.md is written in an unsupported language. File is not indexed.
0001 # wikitolearn-chapters-backend 0002 0003 ## Synopsis 0004 WikiToLearn Chapters Backend is backend service of the WikiToLearn architecture. 0005 Its aim is to serve a RESTful HATEOAS API thanks to Python Eve. 0006 0007 ## Development 0008 We use Docker to speed-up development and setup the environment without any dependency issues. 0009 0010 ### Minimum requirements 0011 * Docker Engine 17.09.0+ 0012 0013 ### How to run 0014 It is advisable to run using the `docker-compose.yml` file provided. 0015 0016 Run instructions: 0017 0018 * Build all docker containers with: `docker-compose -f docker-compose.yml -f docker-compose-dev-deps.yml build` 0019 * Run all docker containers with: `docker-compose -f docker-compose.yml -f docker-compose-dev-deps.yml up` 0020 0021 ## Versioning 0022 We use [SemVer](http://semver.org/) for versioning. 0023 0024 ## License 0025 This project is licensed under the AGPLv3+. See the [LICENSE.md](LICENSE.md) file for details.