- This is a warm-up project to learn express & docker enviroment from the DeepBrainAI Academy 3th.
- This will give you the basics of a project that works in the MSA architecture pattern.
1th Week
- What is MERN? & MSA?
- Learning Route-Controller-Service Architecture
- Docker configuration & to run command basics
2th Week
- express function(routing, middleware)
- CRUD mongodb
3th Week
- serverless
First, run mongodb (docker container)
docker-compose up -d
then run express server
nodemon app
# or
npm run dev