Skip to content

williamkoller/my-readings

Repository files navigation

Codacy Badge CodeQL Production GitHub top language GitHub package.json version (subfolder of monorepo) GitHub issues Snyk Vulnerabilities for GitHub Repo

My Readings

step by step for configuration with docker

OBS: required docker and docker-compose

  • cp -r .env.sample .env

  • docker-compose up

Next step:

  • add nginx for proxy reverse
  • add authentication with JWT
  • add routes authenticated
  • add makefile for automatization commands
  • add AWS S3 for Upload files
  • add Redis for cache some endpoints
  • add cron job
  • add queue with bull
  • add rate limiting
  • add logging
  • add GraphQL
  • add deploy with heroku

Made with 🖤 by williamkoller 👋