This project is a homework for the subject Microservices architecture.
- User Management. ✓
- Message management. ✓
- Number of messages statistics. ✓
- Security (Authentication, Authorization, ApiGateway, AccesToken). ✓
- Log and Monitoring. ✓
- Deployment (Docker - Docker compouse - Kubernetes). ✓
- Make sure that you have
node
andnpm
installed on your computer. - Fork and clone this repo on your computer.
cd
into the root directory and runnpm install
.- Run
npm start
and point your browser tolocalhost:3000
.
PORT=3000
MONGODB_CNN=mongodb://localhost:27017/redsocial
SECRETTOPRIVATEKEY=ESTOESMYPUBLICKEY
- Aldair Bernal - Full work - Aldair47x
Follow me! – aldair47x@Twitter – aldair47x@gmail.com
This project is licensed under the MIT License - see the LICENSE.md file for details.