- nodejs
- express
- any basic knowledges about web (like html, js, css, basic concepts of http https etc) (optional maybe)
- mongodb (there is no technical reason I picked up nosql for this site on behalf of other awesome RDMS. i just wanted to try it anyway)
- bootstrap
You need to install node, npm on your own system. After you installed it, enter /server directory and input
npm install
node bin/www
or
npm install
npm start
enter localhost:3000 on your browser in favor, and hola!
- site's template
- database setting (mongodb)
- portfolio template
- CI with test codes
- contents (like pictures, member's images, bio or something)
- blog page
@cfr2ak