Skip to content

myungjaeyu/clojure-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clojure-api

Usage

Create an .lein-env file at the root.

{:db-type "mysql"
 :db-name ""
 :db-user "root"
 :db-host "127.0.0.1"
 :db-password ""}
$ lein run

Request URL - http://localhost:3000

Deploy in Docker

.lein-env

{:db-host "db"}
$ docker-compose build && docker-compose up

Request URL - http://localhost:80

API Docs

http://localhost:3000/docs #swagger-ui

Releases

No releases published

Packages

No packages published