Skip to content

vczb/gamou

Folders and files

NameName
Last commit message
Last commit date
Oct 13, 2024
Oct 19, 2024
Apr 6, 2025
Apr 5, 2025
Oct 19, 2024
Aug 4, 2023
Mar 28, 2025
Mar 21, 2025
Oct 19, 2024
Oct 19, 2024
Aug 7, 2023
Mar 30, 2025
Oct 30, 2024
Oct 18, 2024
Oct 16, 2024
Mar 27, 2025
Mar 27, 2025
Apr 5, 2025
Aug 4, 2023
Mar 27, 2025
Oct 19, 2024

Repository files navigation

Gamou

Requirements

  • docker
  • nodejs 18.x

Stack

Envirovment variables

NEXT_PUBLIC_BASE_URL=http://localhost:3000
TOKEN_SECRET=GAMOU
NEXT_PUBLIC_GTM_ID=

(localhost) Install & run

$ docker compose build
$ docker compose up db -d
$ npm ci
$ npx knex migrate:latest
$ npm run dev
http://localhost:3000/

Tips

open psql on localhost

$ docker exec -it gamou_db psql -U gamou_user -d gamou_db

docker migrations

$ docker exec -it gamou_app npx knex migrate:latest

stop docker container

$ docker stop gamou_app

docker cleanup

$ docker system prune

License

This project is licensed under the Creative Commons Attribution-NonCommercial (CC BY-NC) license.