Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.87 KB

README.md

File metadata and controls

52 lines (35 loc) · 1.87 KB

Tori

A Kitura based framework to develop your custom Backend as a Service in Swift

Issues codebeat badge

Linux Swift 2 compatible Apache 2

Summary

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.

Installation

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:

  1. Clone project
git clone https://github.com/boostcode/tori
cd tori
git submodule update --init --recursive
  1. Build
export TORI_CONFIG_DIR=/path/to/tori
make run

If any error raises up during make continue instead till it is finished.

  1. Run
.build/debug/tori

Setup

Credits

Tori is proudly powered by:

License

This project is licensed under Apache 2.0. Full license text is available in LICENSE.