williamkoller / my-readings

API of my readings, developed in Nest.js, MongoDB, Nginx and Dockerized

Home Page:https://api-my-readings.herokuapp.com/api/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 👋

About

API of my readings, developed in Nest.js, MongoDB, Nginx and Dockerized

https://api-my-readings.herokuapp.com/api/docs/


Languages

Language:TypeScript 98.4%Language:JavaScript 1.2%Language:Makefile 0.3%Language:Procfile 0.0%