Skip to content

Instantly share code, notes, and snippets.

@Kristonitas
Last active January 4, 2020 09:25
Show Gist options
  • Save Kristonitas/c8585cab427954fe64f45602a7d3a14b to your computer and use it in GitHub Desktop.
Save Kristonitas/c8585cab427954fe64f45602a7d3a14b to your computer and use it in GitHub Desktop.
The journey of learning backend development

A stateless (no database, persistence is only client side sessions) passport and express app that can authenticate with either Facebook or Google through OAuth2. A demo deployment.

https://github.com/Kristonitas/express-auth-test

An express ap that generates mock images using HTML Canvas API inside node. It is configured to be using typescript and is served using Nginx.

Example mock image

https://github.com/Kristonitas/imaginer

A next app example that is configured to use typescript.

https://github.com/Kristonitas/next-test

A graphql-test app example that is configured to use typescript. Made following https://medium.com/codingthesmartway-com-blog/creating-a-graphql-server-with-node-js-and-express-f6dddc5320e1

https://github.com/Kristonitas/graphql-test

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