Giter Site home page Giter Site logo

at-lrr's Introduction

SIRDCAT: Information System for Data Compilation and Construction of Transmission Files

Overview

SIRDCAT is a web application built with Django and Angular, designed as an internal tool for Citibank to automate the creation of regulatory reports. This application streamlines a process that was previously manual, reducing the time needed to generate reports from hours to seconds.

Basic Workflow

  1. Upload Data: Users upload the necessary data files (e.g., .txt, .xls) on the resource page for the report they want to generate.
  2. Data Processing: The uploaded data is cleaned and prepared using pandas.
  3. Generate Report: Users navigate to the Workflow page to generate the final report. Currently, the application supports the creation of the report 'AT04 - Cartera de Credito'.
  4. Download Report: Users can download the report as a .txt file in the required regulatory format.

Prerequisites

  • Node.js v12
  • Python 3.7

Installation

Backend

  1. Clone the repository:

    git clone https://github.com/BAXTOR95/at-lrr.git
    cd at-lrr/backend
  2. Create and activate a virtual environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required Python packages:

    pip install -r requirements.txt
  4. Apply migrations:

    python manage.py migrate
  5. Create a superuser:

    python manage.py createsuperuser
  6. Run the backend server:

    python manage.py runserver

Frontend

  1. Navigate to the frontend directory:

    cd ../frontend
  2. Install the required Node.js packages using Yarn:

    yarn install
  3. Run the frontend server:

    yarn start

Usage

  1. Open a web browser and navigate to http://localhost:8000 for the backend and http://localhost:4200 for the frontend.
  2. Log in with your superuser credentials.
  3. Upload the necessary data files on the resource page.
  4. Navigate to the Workflow page to generate and download the 'AT04 - Cartera de Creditos' report.

Additional Setup (Optional)

If you encounter any issues with proxy settings or specific package installations, refer to the detailed installation steps in the notes section of this README.

Contributing

Feel free to submit issues, fork the repository and send pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

at-lrr's People

Contributors

baxtor95 avatar

Watchers

 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.