Restful application programming interface
This was used in a Mess.is community related project, which was abandoned.
How to build, with Docker?
- After cloning the repository to your local machine and going to that directory.
- Rename config.py.default to config.py in app/main.
- Install Docker, if it's not yet.
- Run the following to build the project in the project root directory:
docker buiild . -t samip537/restful-api
- Start the built container with:
docker run samip537/restful-api
(Will most likely fail without a config file.)