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
- Host: GitHub
- URL: https://github.com/aburd/real-world-clojure
- Owner: aburd
- License: mit
- Created: 2023-10-21T12:01:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T16:07:23.000Z (over 2 years ago)
- Last Synced: 2024-12-31T05:16:43.041Z (over 1 year ago)
- Language: Clojure
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 
> ### 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