Skip to content
This repository has been archived by the owner on Mar 7, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 400 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 400 Bytes

SPA-Blog

Single page blog app on angular, express, couchdb, minio

Main features

Requirements

  1. CouchDB
  2. Redis
  3. Minio object storage

Development

Run npm start for a client dev server and npm run server for server app. You have to provide all the variables from server/config.js

Deployment

Run npm run build-prod or npm run deploy if you set up deployment via PM2