Skip to content

Simple blogging platform built on Angular 6 / NodeJS.

Notifications You must be signed in to change notification settings

dawnhell/awesome-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AwesomeBlog

Here is a simple Angular 6 / NodeJS project. This is a blogging platform, where you can sign up and publish your own articles. Authorization was made with JWT tokens and Passport.js as a middlware. Blogging engine - is Poet.js. As for article editor I used ngx-markdown-editor(https://github.com/lon-yang/ngx-markdown-editor).

Requirements

On your machine should be installed following:

  • MongoDB (working on port 27017)
  • NodeJS

How to build and start project

    $ npm i
    $ npm start

About

Simple blogging platform built on Angular 6 / NodeJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published