sbmsr / express-ts-backend

backend-express-ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express-TS-backend by Jobsimulator.dev

This is a Pokemon API based on PokeAPI. Your job is to fix 4 issues:

  1. Implement Get Pokemon by ID
  2. Implement Get Pokemon by Name
  3. Implement Get Pokemon by Type
  4. Implement Get Pokemon by HP (with Query Params)

Please refer to the API Swagger documentation for clear specifications of the API's intended behavior. You can find the Swagger docs at http://localhost:3000/api-docs.

Learning Objectives

You will learn and gain experience with:

How to start working

  1. Fork this repo and clone it locally.
  2. enter src directory and run npm install to install dependencies.
  3. run npm start to start the development server.
  4. Open src/app.ts in your IDE to start exploring the codebase.
  5. Open http://localhost:3000/api-docs to view the Swagger docs. This is where you can find the API specifications.
  6. Fix all the issues (hints are provided as TODO comments in the code)
  7. Once all your solutions are complete, create a single Pull Request to this repository
  8. Check if your solutions passes our automated tests.

Need help?

The best way to ask for help is to ask our Discord community.

Click here to join the Jobsimulator.dev Discord.

Want more challenges?

Browse our list of challenges and join our Discord to get notified when new challenges are released.

About

backend-express-ts

License:Other


Languages

Language:TypeScript 54.3%Language:JavaScript 29.2%Language:HTML 14.6%Language:CSS 1.9%