Giter Club home page Giter Club logo

crud-firebird's Introduction

BIENESTAR (CRUD: Javascript, Node.js, Express.js y MariaDB)

A hypothetical case is presented, in which the Colombian Institute of Family Welfare asks to implement an information system that allows knowing the real situation of children and girls who are in their charge and / or maintenance of their relationship with their father. Considering that:

  • A parent must be able to register without dependent children.
  • A parent requires identification and a name; for a child an ID, a name and the parent's ID (optional) are required.
  • A child can register without the parent or guardian information, either because it is not currently available or because he or she is an orphan.

The following Entity-Relationship model is proposed for modeling the database:

Entity Relationship Diagram

In addition, the following Relational Model Scheme is presented for the implementation of the database:

Relational Schema

Build with

Databse:

Backend and server creation:

Frontend and UI:

Project creation

You can configure this project locally by cloning this repository.

Prerequisites

Installation

  1. Download and configure the database engine FirebirdSQL. Also, it is recommended to use the SQL Manager for InterBase/Firebird client for database administration.

  2. Create the database.

  3. Clone the repo:

    https://github.com/Euphorichuman/CRUD-Firebird.git
    
  4. Install the dependencies (NPM packages):

    npm install
    

Features

With this project you can create, read, update and delete data in the database through the information system. Currently, the information system has the following functions implemented:

  • Insert, update and delete data in the list of children (table of children).

  • Insert, update and delete data in the parent list (parent table).

  • Shows available parents; when choosing one of them to show the code and name of the children associated with it.

  • Shows a list of parents who do not have children.

  • Shows a list of children who do not have parents.

  • Shows a list of parents who have children, with the number of children each has.

Contribuciones

All Pull Requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Be sure to update the tests accordingly.

Authors

This information system (CRUD) was created by:

License

This project is under the license Apache License 2.0. See the LICENSE file for more details.

APACHE LICENSE, VERSION 2.0

crud-firebird's People

Contributors

euphorichuman avatar helymar avatar

Stargazers

Dangelo Arrivillaga avatar

Watchers

 avatar

Forkers

qais-haidari

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.