Skip to content
View Franco-Bayugar's full-sized avatar

Block or report Franco-Bayugar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Franco-Bayugar/README.md

Franco Bayugar

Back-end developer with 1 year of experience. I am currently studying for a degree in Programmer Analyst at the National University of La Plata (UNLP), Argentina.

Projects ⚙️

👉Critical Frog

My main project. A blog-alike app to CRUD posts (as reviews), you can also create and Login as an user.

Developed with Django Framework, SQLite3 as database, and a frontend using HTML and Bootstrap.

➡️ https://github.com/Franco-Bayugar/critical-frog

👉Client Management System

A Client Management System developed with Python and Flask for the backend, MySQL for data storage, and a frontend crafted using a bit of HTML, CSS, and JavaScript.

This app empowers users with CRUD (Create, Read, Update, Delete) capabilities for managing client records.

➡️ https://github.com/Franco-Bayugar/client-management-system

Pinned Loading

  1. critical-frog critical-frog Public

    CriticalFrog is a blog-alike app to write series reviews. The app is developed with Django.

    Python 1 1

  2. client-management-system client-management-system Public

    RESTful API with endpoints for retrieving, adding, updating, and deleting (CRUD) customer records stored in a database (MySQL).

    Python