Home >Backend Development >Python Tutorial >Lightweight Rest Api with admin panel to manage food recipes easily.

Lightweight Rest Api with admin panel to manage food recipes easily.

王林
王林Original
2024-09-11 06:35:03437browse

Lightweight Rest Api with admin panel to manage food recipes easily.

Hello, ? all this post is about a Django Rest Framework API that I just relase on Github.
If you are looking for some simple and efficient API to manage food recipies from admin panel and return them to be used from a client this repository is for you.

The code is lightweight and can run on any low power mini PC like Raspberry Pi or in a docker container.

You can add recipies from the admin.Each recipe can have video and image which is required and needed proparties like steps etc.

Further there will be available soon an source code for a Android mobile application that can consume the responses.

This makes it perfect for private collection of recipies or a lunch of an app in Playstore that can grab people attention.

Feel free to take a look at the readme.md of the project and leave a comment here if you have some suggestions for improving or you decide to use the API for a personal project.

Here is the link -> click

The above is the detailed content of Lightweight Rest Api with admin panel to manage food recipes easily.. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn