Skip to content

vladfaust/onyx-todo-json-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Built with Crystal Travis CI build

This repository contains code from the Creating JSON APIs with Onyx tutorial series blog posts. It is powered by Crystal and Onyx Framework. The code is split to branches in accordance to the tutorial parts:

  1. Part 1 — The First Endpoint ⎇ part-1 (current)
  2. Part 2 — CRUDpart-2

Installation

  1. Install Crystal. See the installation instructions.

  2. Clone the repository:

> git clone https://github.com/vladfaust/onyx-todo-json-api && cd onyx-todo-json-api
  1. Install dependenies:
> shards install
  1. Run the server:
> crystal src/server.cr

Contributors

Licensing

This software is licensed under MIT License.

Open Source Initiative