This project is a simple Flask application that demonstrates basic CRUD (Create, Read, Delete) operations using MongoDB as the database. The application connects to a MongoDB instance and provides APIs for managing users in the Food collection of the DemoDB database.
- Python
- Flask
- pymongo
- MongoDB Atlas account (or a local MongoDB instance)