Skip to content

63byeongchan/DeepBrainAI_Academy3th_express-server

Repository files navigation

DeepBrainAI_Academy3th_express-server

  • 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.

Project progress

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

Getting Started (Dev)

First, run mongodb (docker container)

docker-compose up -d

then run express server

nodemon app
# or
npm run dev

Open Source

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages