Skip to content

The api for the data base replicator developed in Clojure.

Notifications You must be signed in to change notification settings

JacksonBelloli/db-replicator-api

Repository files navigation

db-replicator-api

Build Status

Prerequisites

You will need Leiningen 2.0.0 or above installed.

Installing

  1. create a file with the core database (/config/core-db.json). Or the software will use the default:
{
   "dbtype": "mysql",
	"dbname": "replicator",
   "host": "localhost",
   "port": "3000",
	"user": "admin",
	"password": "admin"
}
  1. lein ring server-headless

Test

lein midje

License

Copyright © 2019 FIXME

About

The api for the data base replicator developed in Clojure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published