comicat-hu / MsgBoard

A message board practice. Use NodeJS, Express, Docker, MongoDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MsgBoard

A message board practice.

use nodejs, express, docker, mongodb.

--

MongoDB

  • db = msgdb

  • collections = post(s)

--

Page Url

  • 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

--

How to active

git clone https://github.com/comicat-hu/MsgBoard.git

docker-compose build

docker-compose up

--

Docker Hub

Docker Image (dev use node:6)

--

some bugs and not complete and notes

post comment have't implement.

helmet module I don't know how it work.

About

A message board practice. Use NodeJS, Express, Docker, MongoDB.


Languages

Language:JavaScript 66.7%Language:HTML 32.0%Language:CSS 1.3%