Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/verdagio/crash-reporting-app-api

The api which serves information up to: https://github.com/Verdagio/crash-reporting-ui
https://github.com/verdagio/crash-reporting-app-api

Last synced: 25 days ago
JSON representation

The api which serves information up to: https://github.com/Verdagio/crash-reporting-ui

Awesome Lists containing this project

README

        

# Crash Reporting API

This api will serve up data to the front end located at: https://github.com/Verdagio/crash-reporting-ui

## Getting started

### Dependencies:
- Node version 10.13
- NPM version 6.9

### How to
- first `npm install`
- then `tsc` to build the project
- then `docker-compose up --build` to run the API on http://localhost:5000

## known issue
node cannot find lib folder in docker when building procject inside container exclusively. this is why we build first then run docker-compose up command