https://github.com/r4255/full_stack
https://github.com/r4255/full_stack
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/r4255/full_stack
- Owner: R4255
- Created: 2024-03-17T20:26:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T20:32:53.000Z (over 1 year ago)
- Last Synced: 2025-01-05T20:40:17.906Z (10 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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