Skip to content

NerdyLuffy/WooliesX-Tech-Challenge

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Description

Tech Challenge by WolliesX, which is like adding an additional, API layer on top of .NET API.

API Routes

Type Route
GET http://128.199.171.154/exercise1/user
GET http://128.199.171.154/exercise2/sort?sortOption=Low
GET http://128.199.171.154/exercise2/sort?sortOption=High
GET http://128.199.171.154/exercise2/sort?sortOption=Ascending
GET http://128.199.171.154/exercise2/sort?sortOption=Descending
GET http://128.199.171.154/exercise2/sort?sortOption=Recommended
POST http://128.199.171.154//exercise3/trolleyTotal

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

License

MIT licensed.

About

Tech Challenge by WooliesX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published