A message board practice.
use nodejs, express, docker, mongodb.
--
-
db = msgdb
-
collections = post(s)
--
-
Host: 127.0.0.1
-
Port: 3000
-
Index: /
-
New post: /new
-
Posts list: /list/:page
-
Read post: post/:postId
-
Edit post: edit/:postId
-
Remove post by unlink(key) data
--
docker-compose build
docker-compose up
--
Docker Image (dev use node:6)
--
post comment have't implement.
helmet module I don't know how it work.