simenko / newsroom-back

Educational project. A small blog/news site with CMS for collaborative editing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. Node.js 7 and mongodb 3 must be installed
  2. git clone git@github.com:simenko/newsroom-back.git
  3. cd newsroom-back
  4. Open file '.env.example', assign relevant values to environment variables and save it as '.env'
  5. npm install
  6. mkdir data
  7. Open new terminal in the same directory and start mongodb: mongod --dbpath data
  8. npm start

About

Educational project. A small blog/news site with CMS for collaborative editing.


Languages

Language:JavaScript 100.0%