Simple game api that store user account, biodata, and game histories
- Git
git --version
- Node.js
node -v
- PostgreSQL
psql --version
- Heroku
heroku version
- Clone the repository
git clone https://github.com/NaufalK25/user-game-api.git
- Install dependencies
npm install yarn
- Create a database
npm run db-init yarn run db-init
- Run the server
npm run dev yarn run dev
Status: Deployed