Skip to content

Instantly share code, notes, and snippets.

@marcialwushu
Forked from sibelius/backendLearningPath.md
Created April 3, 2021 01:59
Show Gist options
  • Save marcialwushu/316ca6e2e44a68010c1f9b15f75d0ca2 to your computer and use it in GitHub Desktop.
Save marcialwushu/316ca6e2e44a68010c1f9b15f75d0ca2 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