/fetch-be-assessment

fetch backend assessment

Primary LanguageJavaScript

Fetch Backend Assessment

Basic REST API as per Fetch's backend internship challenge

Usage

This API is built with Node.js and uses Express.js and express-validator.

To run, simply run the following commands in terminal:

  • npm install
  • node index.js

It will run on port 8000 and can be seen at localhost:8000

Send API requests to localhost:8000.