2
0
forked from jmug/cactoide

fix: small adjusments, renames for the /healthz and readme

This commit is contained in:
Levente Orban
2025-09-01 10:43:02 +02:00
parent 94fffc5695
commit 8a76421571
11 changed files with 46 additions and 40 deletions

View File

@@ -27,7 +27,10 @@ A mobile-first event RSVP platform that lets you create events, share unique URL
### Quick Start
Requirements: git, docker, docker-compose
#### Requirements
`git, docker, docker-compose, node at least suggested 20.19.0`
Uses the [`docker-compose.yml`](docker-compose.yml) file to setup the application with the database. You can define all ENV variables in the [`.env`](.env.example) file from the `.env.example`.
```bash
@@ -39,8 +42,6 @@ docker compose up -d
### Development
Requirements: git, docker, docker-compose, node at least suggested 20.19.0
```bash
git clone https://github.com/polaroi8d/cactoide/
cd cactoide
@@ -51,6 +52,8 @@ npm run dev -- --open
Your app will be available at `http://localhost:5173`. You can use the Makefile commands to run the application or the database, eg.: `make db-only`.
Use the `database/seed.sql` if you want to populate your database with dummy data.
### License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.