Skip to content

shovito66/spondon-deploy

Repository files navigation

ABSB - Spondon Android App

This repository contains the backend code

Feature:

  1. User can search a blood donor; Search parameter: name, blood group, division, district, availability
  2. User can search an ambulance or oxygen cylinder; Search parameter: name division, district
  3. User can show the live bed status of all the hospitals of Bangladesh and filter the hospitals according to hospital name, division, district, availability, last update

We have an admin side built in React from where admin can perform CRUD operation for ambulance and oxygen cylinder.

Prerequisites:

  • NodeJS from 10 to 13 (Backend)

Set up and run demo

Clone

Clone the repository from GitHub.

$ git clone https://github.com/shovito66/bloodBank.git

Create a .env file and Set the parameters:

Add this parameters to your create.env file.

Install Dependencies and Run the Server

$ npm install
By default, npm install will install all modules listed as dependencies in package.json
$ nodemon

API

Test the API from postman using https://absb.herokuapp.com/api/ at your browser

Authentication Token

JWT Token is under the x-auth-token variable of the req.header section

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published