Skip to content

mahimaag/LogDTA

 
 

Repository files navigation

tsms-server

Getting Started

Prerequisites

Developing

  1. Run npm install to install server dependencies.

  2. Run mongod in a separate shell to keep an instance of the MongoDB Daemon running

  3. Run npm install nodemon -g to install nodemon.

  4. Run npm start to start the server.

Build & development

[x] Run gulp build for building and gulp serve for preview.

Testing

[x] Running npm test will run the unit tests with karma.

Logging

User logger.[level]('my log statement') to log the statement.

  • level can be any valid winston level (silly, info, debug etc).
  • import logger from <path to componnet->logger-> index file.

Note

[x] Denotes the item that is not supported at this time, but will be supported in future.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 94.9%
  • HTML 5.1%