Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chingu-voyages/v9-geckos-team-15
Voyage-9 | https://chingu.io/ Blood help app
https://github.com/chingu-voyages/v9-geckos-team-15
css3 ejs express javascript mongodb mongoose nodejs
Last synced: about 2 months ago
JSON representation
Voyage-9 | https://chingu.io/ Blood help app
- Host: GitHub
- URL: https://github.com/chingu-voyages/v9-geckos-team-15
- Owner: chingu-voyages
- Created: 2019-05-30T12:03:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T19:36:17.000Z (about 2 years ago)
- Last Synced: 2024-04-13T23:26:27.072Z (9 months ago)
- Topics: css3, ejs, express, javascript, mongodb, mongoose, nodejs
- Language: HTML
- Homepage:
- Size: 259 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v9-geckos-team-15
| Voyage-9 | https://chingu.io/
## Blood-help app
This is a project created as a part of chingu voyage-9.
The app basically help the peoople search for blood and contact the blood donor for blood.### to run the app
- on development build
---
## `npm run dev`
note that some api keys must be used in .env
### stacks used
- nodejs
- expressjs
- mongoDB
- mongoose### User Stories
- When user first opens the app s/he can see login/signup button and an image
- User can sign up for the app through signup page
- User can use the same account to login to the app
- When the user logs in to the app s/he can see the bar-diagram of number of people who are logged in and are ready to donate blood.
- The user can get an option for Search people by blood Group when s/he is logged in.
- The user can directly email the donor by clicking the button 'Ask for Help'. etc...---