Skip to content

pdui-app/sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentry

This is the sample service to use as a starting point for building an API with node.js

Getting Started

  1. Create a .env file similar to the .env.sample file for RabbitMQ.
  2. Run the below commands
$ npm install
$ npm start

Prerequisites

  • Requires Node version 6.11 or greater installed

Running the tests

$ npm test

# to execute test on file changes
$ npm run test:watch

What does this do

Deployment

In order to leverage the latest language features, we are using Babel to transpile our code to ES5 in order to ensure backwards compatibility with older versions of node.js.

npm run build
  • On Linux/Unix
    • Use a process manager to serve up the application. pm2 or forever
  • On Windows Server
    • If the application is being run on a windows server, iismode is a required dependency that would need to be installed on that machine. Include the iisnode.yml and Web.config so that IIS can serve the app

Built With

Contributing

Send us a pull request on [bitbucket]

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Ashley Narcisse

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published