Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r4255/full_stack


https://github.com/r4255/full_stack

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

Full-Stack Contact Web Application
This is a full-stack web application built with Flask for the backend and React for the frontend. It allows users to manage their contacts by performing CRUD (Create, Read, Update, Delete) operations.

Features
Create: Add new contacts with details such as name, email, phone number, etc.
Read: View the list of existing contacts with their details.
Update: Edit contact information such as name, email, or phone number.
Delete: Remove contacts from the list.
Technologies Used
Backend: Flask, SQLAlchemy (for database integration)
Frontend: React, JavaScript