Skip to content

An experimental product inventory management service, with a web CMS using clojure, compojure...

Notifications You must be signed in to change notification settings

trickyBytes/inventory-service

Repository files navigation

inventory-service

An expirmental application to provide a simple web-application for managing the stock some products/items. To start of I'm thinking of this a very light wieght thing were product has simple meta-data like sku, name, description, number available and a price.

Prerequisites

You will need Leiningen 2.0.0 or above installed.

The application currently expects a postgres database to exist, there is a docker file that starts one up for you.

Running

The application usess Ragtime to create the database and do migrations. To spin up to the latest version use:

lein migrate

To rollback

lein rollback

To start a web server for the application, run:

lein ring server

License

Copyright © 2018 FIXME

About

An experimental product inventory management service, with a web CMS using clojure, compojure...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published