1.0.0 • Published 7 years ago

service-logs v1.0.0

Weekly downloads
7
License
SEE LICENSE IN LI...
Repository
github
Last release
7 years ago

service-logs

Microservice to manage logs. It's using Node.js, Express, Mongoose and Mongodb.

Requirements

  • node
  • npm
  • express
  • mongodb
  • mongoose
  • body-parser
  • compression

Installation

  1. run: npm install
  2. create database 'service-logs' in mongodb
  3. create collection 'logs' in mongodb

Usage

npm start

Manual tests

Import and use postman collection file.