Skip to content

psaung/redeem-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reward System

A simple REST API with Node.js to redeem the rewards

Stack and technologies

  • Express as handling for REST APIExpress
  • Testing with Jest

Installation

First, run the development server:

npm install
# or
yarn

npm start
# or
yarn start

Testing

All kinds of testing was taken place at __test__ folder.

yarn test
# or
npm run test