https://github.com/amanmandal-m/flask-simple-crud
This Repository contains a basic crud operations using python (flask).
https://github.com/amanmandal-m/flask-simple-crud
flask os python render requirements
Last synced: 2 months ago
JSON representation
This Repository contains a basic crud operations using python (flask).
- Host: GitHub
- URL: https://github.com/amanmandal-m/flask-simple-crud
- Owner: Amanmandal-M
- Created: 2023-07-02T19:23:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T09:28:44.000Z (about 3 years ago)
- Last Synced: 2025-06-22T19:04:12.516Z (about 1 year ago)
- Topics: flask, os, python, render, requirements
- Language: Python
- Homepage: https://first-backend-python-flask.onrender.com/
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flask CRUD Operations Backend
This is a simple backend application implemented using Flask, a Python web framework. The application provides basic CRUD (Create, Read, Update, Delete) operations for managing data.
## Features
- **Create**: Add new items to the database or locally.
- **Read**: Retrieve data from the database or locally.
- **Update**: Modify existing data in the database or locally.
- **Delete**: Remove data from the database or locally.
## Technologies Used
- Python
- Flask
## Getting Started
### Prerequisites
- Python 3.11.4
- Flask 2.0.1
### Installation
1. Clone the repository:
```bash
git clone https://github.com/Amanmandal-M/Python_Flask.git
2. Install the required dependencies:
```bash
pip install -r requirements.txt
## Configuration
### Usage
1. Start the Flask application:
```bash
python app.py
2. Access the API endpoints using a REST client or tools like Postman:
- Create: Send a POST request to `/create` with the item data in the request body.
- Read: Send a GET request to `/` , `/read` to retrieve all items or `/greet/` , `/farewell/` to retrieve a specific item.
- Update: Send a PUT request to `/update/` with the updated item data in the request body.
- Delete: Send a DELETE request to `/delete/` to remove an item from the database or locally database.
## Contributing
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make the necessary changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request explaining the changes you've made
## Contact
For any inquiries or questions, please contact:
Aman Kumar - amanmandal644@gmail.com