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 .envFill 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 startfor 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