GithubHelp home page GithubHelp logo

efenstakes / lifeboat Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 529 KB

Foster care management system server (fostering the fosters for the fostered ones)

License: ISC License

JavaScript 99.09% Shell 0.91%
foster-care government-project goverment digitization management server ngo

lifeboat's Introduction

LifeBoat

( fostering the fosters for the fostered ones )

Table of Contents

Install

LifeBoat is a foster care management system. It helps governments and officials who run the foster care system or any foster facilities manage their tasks and help in decision making.

Before downloading and running this server, download and install Node.js. Node.js 8.* or higher is required as well as mysql server.

Installation is done by first using the npm clone command to get the repo then copying the contents of db.sql and creating the database

$ git clone https://github.com/efenstakes/LifeBoat
$ cd LifeBoat
$ npm install
$ npm start

Introduction

LifeBoat is a foster care management system. It helps governments and officials who run the foster care system or any foster facilities manage their tasks and help in decision making. It also helps move the old existing systems which are mostly paper-based to a digital system which is easier to manage.

System entities

  1. Government Staff
  2. Facility supervisors
  3. Foster kids
  4. Children's home facilities

It's aimed at solving these problems:

  • Scattered storage systems which are mostly based on old paper systems
  • Transparency issues in foster facilities
  • Fund allocation by governments to facilities
  • Poor auditing of operations in the system
  • Mismanagement of facilities, it's funds or foster kids' affairs
  • Long duration taken for availing, compiling or creating reports
  • Blind decision making for government staff, using the system they can assign kids to the right facilities, right supervisors are assigned to the right facilities based on given reports.
  • Lack of trust in foster facilities by possible donors and sponsors
  • Lack of proper medical history database of foster kids

It helps with these tasks:

  1. Store system entities like Government Staff, Facilities, Facility Supervisors, Foster Kids and reports
  2. Keep facility and supervisor reports
  3. Keep history of facility progress (the kids and supervisors who have been there)
  4. Authenticate system operations
  5. Assure donors and sponsors that they are contributing to verified facilities
  6. Auditing the system for example who verified a facility, when and what report did they give?
  7. Facilitate foster kid adoption by willing families
  8. Keep medical histories of foster kids

API

The server runs on port 9000 and follows REST API best practices. It has 4 main parent routes

domain/api/entity, where entity is either gov-staff, facility, kid or report

 http://localhost:9000/gov-staff/
 http://localhost:9000/facility/
 http://localhost:9000/kid/
 http://localhost:9000/report/

Each deals with a specific system entity. The docs folder contains the server documentation files. docs/apidoc is the folder with API documentation for developers.

Contributing

Contributions to the LifeBoat server are welcome. Contributions are accepted using GitHub pull requests. If you're not familiar with making GitHub pull requests, please refer to the GitHub documentation "Creating a pull request".

For a good pull request, we ask you provide the following:

  • Try to include a clear description of your pull request in the description. It should include the basic "what" and "why"s for the request.

  • Follow the same code formatting model used in the existing code base

Finally when new code is added, run below command to generate new api documentation in docs/apidoc folder.

 $ gulp apidoc

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Efen via [email protected]. All security vulnerabilities will be promptly addressed.

Licence

The LifeBoat server is open-source software licensed under the ISC Licence. A copy of the licence can be found above.

lifeboat's People

Contributors

efenstakes avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.