Skip to content

Simple game api that store user account, biodata, and game histories

Notifications You must be signed in to change notification settings

NaufalK25/user-game-api

Repository files navigation

User Game API

Simple game api that store user account, biodata, and game histories

Prerequisites

  1. Git
    git --version
    
  2. Node.js
    node -v
    
  3. PostgreSQL
    psql --version
    
  4. Heroku
    heroku version
    

How To Run In Local

  1. Clone the repository
    git clone https://github.com/NaufalK25/user-game-api.git
    
  2. Install dependencies
    npm install
    yarn
    
  3. Create a database
    npm run db-init
    yarn run db-init
    
  4. Run the server
    npm run dev
    yarn run dev
    

Status: Deployed

About

Simple game api that store user account, biodata, and game histories

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published