npm i
npm start
running at localhost:5000
-
express
-
body-parser
-
cors
-
morgan
-
multer
-
know how to use express router
-
know about middlewares
-
multer upload file
-
flow js
-
express serve statis file
-
-
have to enable google less secure app https://myaccount.google.com/lesssecureapps
-
if want to decorate email, you have to inline css. So this is solution https://github.com/andrewrk/juice
-
-
-
sign
-
verify
-
Docker
docker run --name some-mongo -p 27017:27017 -d mongo
- Easy CRUD with Mongo Mongoose
-
connect to database such as mongo, postgresql: https://expressjs.com/en/guide/database-integration.html