Simple project for getting start API with django rest framework (DRF) .
- Foods Information: CRUD with django rest framework.
- Python 3.x
- Django
- Django Rest Framework
-
Clone the repository:
git clone https://github.com/aminramezanni/rest_framework-foods.git
-
Navigate to the project directory:
cd rest_framework-foods
-
Install dependencies:
pip install -r requirements.txt
-
Apply database migrations:
python manage.py migrate
-
Run the development server:
python manage.py runserver
-
Open your browser and go to http://localhost:8000/ to view the application.
- Special thanks to Django and Django Rest Framework for making this project possible.
For any inquiries, please contact [[email protected]].