https://github.com/taciomcosta/cookify
For recipe lovers. For gif lovers.
https://github.com/taciomcosta/cookify
gif golang rest-api
Last synced: 6 months ago
JSON representation
For recipe lovers. For gif lovers.
- Host: GitHub
- URL: https://github.com/taciomcosta/cookify
- Owner: taciomcosta
- Created: 2020-12-08T00:27:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-09T12:12:05.000Z (over 5 years ago)
- Last Synced: 2024-12-30T14:05:09.471Z (over 1 year ago)
- Topics: gif, golang, rest-api
- Language: Go
- Homepage:
- Size: 2.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cookify
_**A WebAPI with delicious recipes and funny GIFS**_
Cookify lets you search for recipes that have your favorite ingredients.
It adds funny gifs to your recipes, making cooking funnier than ever.
## Running
#### docker-compose
You can run the API with a single docker-compose command:
`docker-compose up --build`
But before that, don't forget to add environment variables
to the compose file in the root folder.
You can look at .env.example to see which variables are expected.
#### make
You can also run the API using `make`.
There are many other useful `make` commands to help you contribute with
the project, like: `make test`, `make lint`.
## Swagger
You can find the available endpoints at `http://localhost:3000/swagger/`
---
_This project is a challenge proposed by [DeliveryMuch](https://www.deliverymuch.com.br/) :hearts:_