Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sauberr/recipe_app_api
Recipe API project.
https://github.com/sauberr/recipe_app_api
Last synced: about 1 month ago
JSON representation
Recipe API project.
- Host: GitHub
- URL: https://github.com/sauberr/recipe_app_api
- Owner: Sauberr
- License: mit
- Created: 2024-02-11T22:36:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:26:29.000Z (10 months ago)
- Last Synced: 2024-02-29T21:35:20.720Z (10 months ago)
- Language: Python
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recipe Api
The project for study Django.
#### Stack:
- [Python](https://www.python.org/downloads/)
- [PostgreSQL](https://www.postgresql.org/)
- [Django](https://www.djangoproject.com/)
- [DRF](https://www.django-rest-framework.org/)
- [Docker](https://www.docker.com/)## Local Developing
All actions should be executed from the source directory of the project and only after installing all requirements.
1. Firstly, create a docker container:
docker build
2. Second create docker-compose file:
docker-compose up