This is a backend API built using Node(ExpressJs) with TypeScript. To run the server locally,
- Install dependencies with
npm install
in the main directory. - run:
npm run start:dev
for compiled code ornpm run dev
to run the typescript version - Head to localhost:5000/hng/task1 in order to see task1 response.
Checkout DOCUMENTATION.md for the API endpoints and their requirements.