fastify-example-twitter
fastify-example-twitter copied to clipboard
Fastify example - clone twitter
Running 'docker-compose up' gives 'microservice' script missing error. Seems the 'CMD' command in docker file needs update.
Going through your implementation detail I have noticed the following things which I think are against the MicroServices concept/ Culture. 1. Shared code base (APP) among all micro services. This...
Hi, Just a warning : The password in MongoDB is not encrypted. 🚨 May be don't use this example in Production ! 🚨
Add how to run this on local machine ``` docker run --rm -d -p 6379:6379 redis docker run --rm -d -p 27017:27017 mongo ``` See #18
I need a feedback from @fastify/fastify here. ***Any*** kind of feedbacks are appreciated. Really....