https://github.com/danielmschmidt/mealplanning
https://github.com/danielmschmidt/mealplanning
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielmschmidt/mealplanning
- Owner: DanielMSchmidt
- Created: 2023-12-13T07:52:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T15:53:18.000Z (over 2 years ago)
- Last Synced: 2025-01-21T13:49:00.526Z (over 1 year ago)
- Language: Rust
- Size: 3.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mealplanning
Loco is a web and API framework running on Rust.
This is the **SaaS starter** which includes a `User` model and authentication based on JWT.
## Quick Start
You need:
* A local postgres instance
* A local Redis instance
Check out your development [configuration](config/development.yaml).
> To configure a database , please run a local postgres database with loco:loco and a db named loco_app:
docker run -d -p 5432:5432 -e POSTGRES_USER=loco -e POSTGRES_DB=loco_app -e POSTGRES_PASSWORD="loco" postgres:15.3-alpine
Start your app: `cargo loco start`
## License
MIT