/-Django-REST-CRUD

Django-REST-CRUD is a simple Django project showcasing CRUD (Create, Read, Update, Delete) operations using Django Rest Framework.

Primary LanguagePython

Django CRUD App with Django Rest Framework

This is a simple Django project demonstrating CRUD (Create, Read, Update, Delete) operations using Django Rest Framework. The project provides a RESTful API for managing items and includes CORS (Cross-Origin Resource Sharing) support for easy integration with frontend applications.

Getting Started

  1. Clone the repository:

    git clone https://github.com/warrenshiv/-Django-REST-CRUD.git
  2. Navigate to the project directory:

    cd Django-REST-CRUD
  3. Install dependencies:

  4. Run migrations:

    python manage.py migrate
  5. Start the development server:

    python manage.py runserver

    The app will be accessible at http://localhost:8000/.

API Endpoints

Technologies Used

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvement, please open an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.