https://github.com/piyushxcoder/food_book_api
Food Book API is backend for Food Book which is a platform to share cooking recipies.
https://github.com/piyushxcoder/food_book_api
Last synced: 3 months ago
JSON representation
Food Book API is backend for Food Book which is a platform to share cooking recipies.
- Host: GitHub
- URL: https://github.com/piyushxcoder/food_book_api
- Owner: PiyushXCoder
- License: gpl-3.0
- Created: 2023-05-08T12:33:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T04:09:24.000Z (about 2 years ago)
- Last Synced: 2024-12-27T14:12:14.256Z (5 months ago)
- Language: Rust
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Food Book API
Food Book API is backend for Food Book which is a platform to share cooking recipies.
> You may check `api_doc.md` for api documentation
## Running with docker
* Create a directory named `static_dir`
* Copy `.dodocker-compose.yml` as `dodocker-compose.yml`. You may wish to change password of database.
* Copy `etc/.config.toml` as `etc/config.toml`. Your database url might look like `postgresql://postgres:@db:5432/postgres`. Also note that mention `static_dir` which we created in field `static_dir`. Further you will have to add your smtp server credientials.
* Run `docker compose build`
* Run `docker compose up`## LICENSE
Food Book API is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Food Book API is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Food Book API. If not, see .