An open API service indexing awesome lists of open source software.

https://github.com/aburd/real-world-clojure

An implementation of the real-world spec in clojure
https://github.com/aburd/real-world-clojure

Last synced: 9 months ago
JSON representation

An implementation of the real-world spec in clojure

Awesome Lists containing this project

README

          

# ![RealWorld Example App](logo.png)

> ### Compojure codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.

### [Demo](https://demo.realworld.io/)    [RealWorld](https://github.com/gothinkster/realworld)

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

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

For more information on how to this works with other frontends/backends, head over to the [RealWorld](https://github.com/gothinkster/realworld) repo.

# How it works

> Describe the general architecture of your app here

## Stack

| Function | name | other |
|---|---|---|
| DB | Postgres | |
| HTTP/Routing | Compojure | |

# Getting started

1. git clone
2. lein install
3. docker-compose up3. docker-compose up3. docker-compose up