Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/open-source-chandigarh/crud-application
https://github.com/open-source-chandigarh/crud-application
hacktoberfest hacktoberfest-accepted hacktoberfest2023
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/open-source-chandigarh/crud-application
- Owner: Open-Source-Chandigarh
- Created: 2023-10-19T14:48:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T17:43:30.000Z (about 1 year ago)
- Last Synced: 2023-10-31T18:37:42.692Z (about 1 year ago)
- Topics: hacktoberfest, hacktoberfest-accepted, hacktoberfest2023
- Language: JavaScript
- Homepage:
- Size: 5.15 MB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD Application
Feel free to contribute! 🌈✨**CRUD Application** A CRUD (Create, Read, Update, Delete) application is a software program or web application that performs the four basic operations on data within a database or storage system. These operations correspond to the key functions for managing and manipulating data records:
Create: This operation involves adding new data records to the system. Users can input information or data, and the application stores it in the database.
Read: In the "Read" operation, users can retrieve and view data from the database. It allows users to search for specific records, view individual data items, or generate reports based on the stored data.
Update: Users can modify existing data records in the "Update" operation. This includes editing or changing information within the database to reflect updated or corrected data.
Delete: The "Delete" operation allows users to remove data records from the system. This is typically done when data is no longer needed or is obsolete.
## Hacktoberfest 2023CRUD Application is a part of [Hacktoberfest 2023](https://hacktoberfest.digitalocean.com/), an annual celebration of open source contributions. You can contribute to **CRUD Application** by participating in Hacktoberfest. Whether you're a seasoned developer or just starting your open-source journey, your contributions are always welcomed by Open Source Chandigarh!
## Contributing
We appreciate your interest in contributing to **CRUD Application**. Here's how you can get started:
0. **Find Issues or Create your Own** We appreciate you solving existing issues in the repository in the issues tab or to create new
1. **Fork the Repository:** Click the "Fork" button at the top of this repository to create a copy in your GitHub account.
2. **Clone Your Fork:** Clone your fork to your local machine with `git clone`.
3. **Create a New Branch:** Make a new branch for your work with a descriptive name.
4. **Make Changes:** Implement your desired feature or fix a bug.
5. **Test and Commit:** Ensure your changes work as expected, write clear commit messages, and push your branch to your fork.
6. **Open a Pull Request:** Create a pull request from your fork to this repository. Provide a concise title and description.
We'll review your contribution and collaborate to merge it into the project. Please adhere to our code of conduct and guidelines.
If you have questions or need assistance, feel free to open an issue.
Thank you for making **CRUD Application** even better!
Happy Hacking!
### Prerequisites
- HTML
- CSS
- Javascript## Maintained By
- Parth Gera, Technical Head, Open Source Chandigarh(https://github.com/Parthgera99)