Skip to content

Instantly share code, notes, and snippets.

@tgmarinho
Forked from sibelius/backendLearningPath.md
Created March 31, 2021 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tgmarinho/b1b0cb701bfbf31f26b26cc30fbc040f to your computer and use it in GitHub Desktop.
Save tgmarinho/b1b0cb701bfbf31f26b26cc30fbc040f to your computer and use it in GitHub Desktop.
Backend Learning Path - Basics that you should learn
  • learn about basic database modelling, use excalidraw
  • learn how to connect to a database and performe queries
  • learn how to expose a CRUD API REST and/or GraphQL
  • learn how to document the API using Swagger, swagger-jsdoc is the best for it
  • learn how to test your API using Postman, and also automated using jest and supertest
  • learn how to consume other APIs using fetch

Also check Docker Learning Path and Lambda Learning Path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment