Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r4255/full_stack
https://github.com/r4255/full_stack
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/r4255/full_stack
- Owner: R4255
- Created: 2024-03-17T20:26:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-17T20:32:53.000Z (10 months ago)
- Last Synced: 2024-11-09T22:39:52.027Z (3 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