Skip to content

sio-iago/realworld-starter-kit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealWorld Example App

Clojure, HttpKit and Ring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

This codebase was created to demonstrate a fully fledged fullstack application built with Clojure, HttpKit and Ring including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the Clojure community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

How it works

Clojure uses HttpKit and Ring to perform routing and request/response handling. With a few lines of code we have a reliable server up and running.

Getting started

Just a few steps to have you up and running:

  • Download and install leiningen
  • Clone this repo
  • Open a terminal, navigate to your project folder and type "lein run"

And you're up!

About

Starter kit for new RealWorld framework implementations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Clojure 98.0%
  • Shell 2.0%