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

https://github.com/giodebrito/adega-store


https://github.com/giodebrito/adega-store

docker docker-compose ejs node-js

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Adega Wine Store

## Requirements

- A Linux Machine (Preferably)
- Docker
- Docker Compose

## Running the Application

Build and run the container.

```bash
sudo docker-compose up -d --build
```

## Logs

Sometimes the application might break or an unexplainable mysterious behaviour
comes to pass, but fortunately docker logging can be of immense help.

It is important to check the logs in case something peculiar happens.

```bash
sudo docker logs wine-store
```