Skip to content

aminramezanni/rest_framework-foods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Foods API

Simple project for getting start API with django rest framework (DRF) .

Features

  • Foods Information: CRUD with django rest framework.

Getting Started

Prerequisites

  • Python 3.x
  • Django
  • Django Rest Framework

Installation

  1. Clone the repository:

    git clone https://github.com/aminramezanni/rest_framework-foods.git
  2. Navigate to the project directory:

    cd rest_framework-foods
  3. Install dependencies:

    pip install -r requirements.txt
  4. Apply database migrations:

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

    python manage.py runserver
  6. Open your browser and go to http://localhost:8000/ to view the application.

Acknowledgments

Contact

For any inquiries, please contact [[email protected]].

About

Basic api with django rest framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages