bhaveshsingh0206 / poshan-abhiyaan

A node.js/express web and android application created to enhance the features of Poshan Abhiyaan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Poshan Abhiyaan

About

This is a Node.js/Express web application and a corresponding Android application built to enhance the features of Poshan Abhiyaan (a scheme initiated by the Ministry of Women and Child Development, India)

This was built during an internal hackathon conducted for SIH 2020. This application features adding/removing users, health workers, adding/removing camps set up and adding/removing doses.

If a user misses his/her dose, the health worker has a feature of sending a reminder to the health worker via a SMS.

Technology Stack

  1. Frontend built using HTML, CSS, JS and Bootstrap
  2. Backend built using Node.js/Express
  3. Data stored on MongoDB Atlas
  4. SMS Feature implemented using Nexmo API

Build

  1. To install the required dependencies

    npm install
  2. Create a default.json in config/

    {
       "mongoURI": "YOUR_MONGO_CONNECT_URI",
       "nexmoApiKey": "YOUR_NEXMO_API_KEY",
       "nexmoApiSecret": "YOUR_NEXMO_API_SECRET"
    }

Developers

Bhavesh Singh github.com/bhaveshsingh0206

Adnan Hakim github.com/adnanhakim

Ali Abbas Rizvi github.com/rizvialiabbas

Arsh Shaikh github.com/arshshaikh06

Priya Shah github.com/priyashah31

Rahil Desai github.com/Rahildesai7

MIT LICENSE

Copyright (c) 2020 Team Void

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A node.js/express web and android application created to enhance the features of Poshan Abhiyaan

License:MIT License


Languages

Language:JavaScript 47.4%Language:EJS 37.9%Language:CSS 14.7%