Skip to content
/ tori Public

Backend as a Service written in Swift & Kitura

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE.txt
Notifications You must be signed in to change notification settings

boostcode/tori

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.

About

Backend as a Service written in Swift & Kitura

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published