https://github.com/ereio/hack-a-mole-api
A whack-a-mole game backend example 🦔
https://github.com/ereio/hack-a-mole-api
apollo express graphql nodejs postgresql
Last synced: 3 months ago
JSON representation
A whack-a-mole game backend example 🦔
- Host: GitHub
- URL: https://github.com/ereio/hack-a-mole-api
- Owner: ereio
- Created: 2020-05-19T16:45:08.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T23:28:54.000Z (over 3 years ago)
- Last Synced: 2025-01-27T22:15:00.217Z (over 1 year ago)
- Topics: apollo, express, graphql, nodejs, postgresql
- Language: JavaScript
- Homepage:
- Size: 832 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Hack A Mole api
A whack-a-mole game backend example 🦔
Using ```nodejs```, ```graphql```, ```apollo```, ```express``` and ```postgresql```
## Convertion Effort
- Modernize react w/ hooks
- Convert all components to Typescript
- create typed objects for models
#### Database Security
- The postgres database requires the docker host has a file under ```~/secrets/passwordfile``` in order to set the default password for the "moleman" postgres user. This file should not be accessible to anyone other than the docker host and instance