Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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