Skip to content

KHadham/simpleGameWikApps-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Games WIK Rest API

Build with

Table of Contents

Introduction

this is just a simple API of my Wik Game app project

Features

  • users can get leaderboard data
  • users can insert leaderboard data

Requirements

Usage for development

  1. Clone this Repository

  2. Open the folder and type npm install

  3. Create Environment Variable

    $ touch .env
    

    Fill in the code below into .env file

    DB_HOST="Your_Host"
    DB_USER="Your_Username"
    DB_PASS="Your_Password"
    DB_NAME="Your_Table"
    
  4. And then ,type npm start for run this app.

  5. you can see the result in browser or postman instead for more costumized tools

  6. To see the example result in postman ,just click this button then import to your postman

    Run in Postman

Releases

No releases published

Packages

No packages published