Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rudickamladez/cutetix-backend

Cute Tickets Information System
https://github.com/rudickamladez/cutetix-backend

Last synced: about 1 month ago
JSON representation

Cute Tickets Information System

Awesome Lists containing this project

README

        

# CuteTix Backend

Cute Tickets Information System

## ERD

Made in [Umbrello](https://uml.sourceforge.io/)

## Production

### Instalation

Copy Docker Compose sample configuration file \
`cp docker-compose.sample.yml docker-compose.yml`

Edit Docker Compose configuration file \
`vim docker-compose.yml`

Create folder for SQL Lite database \
`mkdir db`

### Running

Run Docker Compose with logs printed (Close with Ctrl+C) \
`docker compose up -d && docker compose logs -f`