Skip to content

Instantly share code, notes, and snippets.

@biantris
Forked from sibelius/backendLearningPath.md
Created June 12, 2021 14:31
Show Gist options
  • Save biantris/2fc6314ff124f9bb7f8c3ecf29e5a83e to your computer and use it in GitHub Desktop.
Save biantris/2fc6314ff124f9bb7f8c3ecf29e5a83e 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