Skip to content

marteinn/Employees-Api-Clojure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Employees-Api-Clojure

This library is a port of Employees-Api-Coconut-Lang to Clojure and is devided into two parts:

  1. A backend built in Clojure and uses httpkit and ring for http stuff and toucan for orm.

  2. A frontend built in Clojurescript, running reagent (for React) and cljs-http.client.

Getting started

  • brew install clojure
  • brew install leiningen

Backend

  • cd backend
  • docker-compose up
  • lein run
  • curl http://127.0.0.1:8080/employees

Frontend

  • cd frontend
  • lein figwheel

License

This project is released under the MIT License.

About

A example api with orm built in clojure

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published