An open API service indexing awesome lists of open source software.

https://github.com/simplicitesoftware/project-demo

Demo project
https://github.com/simplicitesoftware/project-demo

Last synced: 4 months ago
JSON representation

Demo project

Awesome Lists containing this project

README

          

![](https://docs.simplicite.io//logos/logo250.png)
* * *

Demo v5 project
===============

This is the demo v5 project packaging.

Clone the modules
-----------------

Only needed once:

```bash
./clone.sh
```

Pull the latest modules
-----------------------

Only needed if the modules were already cloned:

```bash
./pull.sh
```

Check before building
---------------------

```bash
mvn clean package
```

Build the image with the modules
--------------------------------

```bash
docker compose build
```

Run
---

```bash
docker compose up
```