Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/verdagio/crash-reporting-app-api
- Owner: Verdagio
- Created: 2019-10-15T14:40:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T10:47:11.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T09:17:54.644Z (over 1 year ago)
- Language: TypeScript
- Size: 218 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: ReadMe.md
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