8000 GitHub - NaufalK25/user-game-api: Simple game api that store user account, biodata, and game histories
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
0