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

https://github.com/danielmschmidt/mealplanning


https://github.com/danielmschmidt/mealplanning

Last synced: over 1 year ago
JSON representation

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