https://github.com/thecuriousjuel/Contact-Board-Application-Project
Contact List Application is a simple full stack application that takes contact details in the front end and stores them in the backend database.
https://github.com/thecuriousjuel/Contact-Board-Application-Project
flask full-stack python sqlite web-development
Last synced: 10 months ago
JSON representation
Contact List Application is a simple full stack application that takes contact details in the front end and stores them in the backend database.
- Host: GitHub
- URL: https://github.com/thecuriousjuel/Contact-Board-Application-Project
- Owner: thecuriousjuel
- Created: 2024-09-21T10:10:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T13:59:32.000Z (over 1 year ago)
- Last Synced: 2024-12-22T14:34:32.172Z (over 1 year ago)
- Topics: flask, full-stack, python, sqlite, web-development
- Language: JavaScript
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contact Board Application
The application takes the contact details from the user and stores them in the backend (database). This is coded in HTML, CSS, Javascript and Python.
## Homepage

## Requirement List
1. The user should be able to enter their details i.e. First Name, Last Name and email into the system.
2. The user should be able to update their details in the system.
3. The user should be able to delete their details in the system.
4. The user should be able to view all user details.
## To execute the application, refer the below commands
- $ source venv/Scripts/activate
- $ pip install -r requirements.txt
- $ python main.py