Giter Site home page Giter Site logo

kitura-todolist's Introduction

Kitura To-do List Backend

An example using the Kitura web framework and HTTP Server to develop a backend for a todo list organizer

Build Status

Supports the 05-03 SNAPSHOT.

Tutorial

This project accompanies the tutorial on IBM Developer Works: Build End-to-End Cloud Apps using Swift with Kitura

Installation

  1. Install the 05-03-DEVELOPMENT Swift toolchain

  2. Install Kitura dependencies:

  3. Mac OS X:

`brew install curl`
  1. Linux (Ubuntu 15.10):
`sudo apt-get install libcurl4-openssl-dev`
  1. Build TodoList application

  2. Mac OS X:

`swift build`
  1. Linux:

    swift build -Xcc -fblocks

  2. Run the TodoList application:

    ./.build/debug/TodoList

  3. Open up your browser, and view:

    http://www.todobackend.com/client/index.html?http://localhost:8090

Developing and Running in XCode:

Make sure you are running at least XCode 7.3.

  1. Automatically generate an XCode project from the Package.swift:

swift build -X

  1. Open XCode project

open TodoList.xcodeproj

  1. Switch the toolchain to the open source version of Swift.

Tests

To run unit tests, run:

swift test

If you are using XCode, you can run the Test Cases as normal in the IDE.

License

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

kitura-todolist's People

Contributors

rfdickerson avatar shmuelk avatar frogcjn avatar dfirsht avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.