Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/givebloodorg/doesangue-webapp
online platform that connect donors and blood banks
https://github.com/givebloodorg/doesangue-webapp
blood-bank-management blood-donation doesangue donors
Last synced: 7 days ago
JSON representation
online platform that connect donors and blood banks
- Host: GitHub
- URL: https://github.com/givebloodorg/doesangue-webapp
- Owner: givebloodorg
- License: mit
- Created: 2017-10-11T02:41:04.000Z (about 7 years ago)
- Default Branch: development
- Last Pushed: 2023-01-13T07:03:32.000Z (almost 2 years ago)
- Last Synced: 2024-08-16T15:06:10.877Z (3 months ago)
- Topics: blood-bank-management, blood-donation, doesangue, donors
- Language: JavaScript
- Size: 1010 KB
- Stars: 11
- Watchers: 3
- Forks: 7
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- divertidalista - Doe Sangue (spa) - plataforma online para doadores de sangue
- awesome-social-projects - Doe sangue webapp
README
# doesangue
> online platform that connect donors and blood banks[![Build Status](https://travis-ci.org/doesangueorg/doesangue-webapp.svg?branch=development)](https://travis-ci.org/doesangueorg/doesangue-webapp)
[![Test Coverage](https://api.codeclimate.com/v1/badges/88b2925e883b5a637ddf/test_coverage)](https://codeclimate.com/github/doesangueorg/doesangue-webapp/test_coverage)## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report# run unit tests
npm run unit# run e2e tests
npm run e2e# run all tests
npm test
```