https://github.com/notrelix/game-log-backend
Backend for GameLog
https://github.com/notrelix/game-log-backend
Last synced: 10 months ago
JSON representation
Backend for GameLog
- Host: GitHub
- URL: https://github.com/notrelix/game-log-backend
- Owner: NotRelix
- Created: 2025-08-10T12:07:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-20T15:19:52.000Z (10 months ago)
- Last Synced: 2025-08-20T17:35:16.473Z (10 months ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game Log (Backend)
backend for [Game Log](https://github.com/NotRelix/game-log)
# Built with

# Installation
```
git clone git@github.com:NotRelix/game-log-backend.git
cd game-log-backend
npm install
```
# Usage
1. Add your `.env` based on the `.env.template` and paste in your values
2. Create a database named `game_log`
```bash
# Example inside a psql shell
CREATE DATABASE game_log;
```
3. Run the following
```
npx drizzle-kit generate
npx drizzle-kit push
npm run db:reset
npm run dev
```
# Others
- **Main Website** - https://github.com/NotRelix/game-log
- **Editors** - https://github.com/NotRelix/game-log-editor