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 👋