Skip to content

cubiche/sandbox-frontend

Repository files navigation

Sandbox frontend

The sandbox frontend project is a how-to example for implementing a DDD application using cubiche library.

This project implements a conference management system, an example taken from the books "Microservices for everyone" (2017) by Matthias Noback and "Exploring CQRS and Event Sourcing" (2012) by Dominic Betts.

The project contains a frontend page and a dashboard application.

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

Open a terminal and follow the instrucctions to have the API project running. Open another terminal and clone the repository.

git clone [email protected]:cubiche/sandbox-frontend.git

Installing

cd sandbox-frontend
npm install
npm run dev

Important Note:

To be able to run the frontend application the API application must be running

Tests

Running all the unit tests suite

npm run test

Running all the tests coverage

npm run coverage

Built With

License

Sandbox frontend is completely free and released under the MIT License.

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published