Skip to content

Pompidup/keobiz

Repository files navigation

Keobiz

Keobiz is a project that manages clients and their balance sheets. It uses a combination of in-memory and SQL repositories to store data.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them:

  • Node.js
  • Docker

Installing

A step by step series of examples that tell you how to get a development environment running:

  1. Clone the repository
git clone https://github.com/username/keobiz.git
  1. Navigate to the project directory
cd keobiz
  1. Install dependencies
npm install
  1. Setup env variable
cp .env.default .env

And then edit the .env file to match your environment.

Running the tests

npm run test

You can also run the tests with coverage report:

npm run test:coverage

Running the application

Run the application in development mode:

npm run dev

Run the application in production mode:

make start

(this will build the docker image and run the container then run the application)

API Documentation

The API documentation is available at http://localhost:3000/api-docs when the application is running.

Built With

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages