Skip to content

lifecheq/basic-http-service

Repository files navigation

basic-http-server

Generated using Luminus version "4.26"

Prerequisites

You will need Leiningen 2.0 or above installed.

Running

Run a Postgres DB:

docker run \
--rm -it \
-p 4444:5432 \
--volume postgres-data:/var/lib/postgresql/data \
--name postgres \
-e POSTGRES_USER=thedbuser \
-e POSTGRES_DB=thedbitself \
-e POSTGRES_PASSWORD=thedbpassword \
postgres:11.3

To start a web server for the application, run:

lein run

Web server running on http://localhost:3333/.

REPL running on port 7000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published