Create game lists like "Want to Play", "Playing", "Beaten", "On Hold".
See more information here - https://games.samarchyan.me/about/
The website is live here - https://games.samarchyan.me.
See more documentation.
You can use ubuntu-vm as a development VM if needed.
Also you can use macos-setup if you are on Mac.
- Use mysql-docker to bring up MySQL in Docker
- Use redis-docker to bring up Redis in Docker
- Run
make install-deps
if necessary (only on Ubuntu) - Run
make bootstrap
- Run
make createsuperuser
to create a superadmin user - Edit files
env_custom.sh
andenv_secrets.sh
For development run:
make run
make dev
Run make help
to get a list of all available commands.
Open http://localhost:5173/ to access the web application.
Open http://localhost:8000/admin to access the admin section.
Run in Docker:
- Run
make docker-build-dev
- Edit file
docker_secrets.env
- Run
make docker-run
To use production commands:
- Edit file
db_env_prod.sh
- Activate the kubectl context