this is just a simple API of my Wik Game app
project
- users can get leaderboard data
- users can insert leaderboard data
-
Clone this Repository
-
Open the folder and type
npm install
-
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"
-
And then ,type
npm start
for run this app. -
you can see the result in browser or postman instead for more costumized tools
-
To see the example result in postman ,just click this button then import to your postman