Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saphyel/recipes
https://github.com/saphyel/recipes
hacktoberfest
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/saphyel/recipes
- Owner: Saphyel
- License: mit
- Created: 2021-03-11T23:22:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-06T23:23:00.000Z (over 1 year ago)
- Last Synced: 2023-03-07T20:14:52.168Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 333 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Fantasy recipes
## Getting Started
### Prerequisites
Requirements:
* Docker-composeOptional:
* Postman/Insomnia/curl
* Heroku CLI### Start the project
Create `.env` file with:
```dotenv
DATABASE_URL=postgresql://postgres:password@db:5432/postgres
```Inside the container execute:
```commandline
pdm install # or pdm install --prod
```For setting up the database run: `alembic upgrade head`
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details