/Hngx6

Primary LanguageTypeScript

hngx

This is a backend API built using Node(ExpressJs) with TypeScript. To run the server locally,

  1. Install dependencies with npm install in the main directory.
  2. run: npm run start:dev for compiled code or npm run dev to run the typescript version
  3. Head to localhost:5000/hng/task1 in order to see task1 response.

Checkout DOCUMENTATION.md for the API endpoints and their requirements.