Skip to content

nadejdashed/techtalk-node-blog-part-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tech talk #2

Creating blog using Node.js. Template Engines and REST.

Agenda

Creating simplest blog from scratch using:

  • Node.js
  • NPM
  • Express
  • EJS

In this talk presented how to:

  • attach and configure template engine
  • make basic REST for blog

Installation

Run following commands in your cmd

git clone https://github.com/vol4ok/techtalk-node-blog-part-1.git # or donwload it manually, if your doesn't have git...
cd techtalk-node-blog-part-1
npm install
node server.js

TODO

  1. Create pagination for list of posts.
  2. Add ability to remove post.

About

Tech talk #2. Creating blog using Node.js. Template Engines and REST.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors