A Kitura based framework to develop your custom Backend as a Service in Swift
Tori is a web framework that allows you to create BaaS for your application, it is a porting of torii.js based on Kitura framework by IBM and written in Swift.
In order to run tori, you need to install Kitura's requirements, if you want a ready-to-run env, you can use our docker development sandbox.
Then proceed in this way:
- Clone project
git clone https://github.com/boostcode/tori
cd tori
git submodule update --init --recursive
- Build
export TORI_CONFIG_DIR=/path/to/tori
make run
If any error raises up during make
continue instead till it is finished.
- Run
.build/debug/tori
Tori is proudly powered by:
This project is licensed under Apache 2.0. Full license text is available in LICENSE.