Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacovinus/stringrow
Testing rust loco fw
https://github.com/jacovinus/stringrow
Last synced: 8 days ago
JSON representation
Testing rust loco fw
- Host: GitHub
- URL: https://github.com/jacovinus/stringrow
- Owner: jacovinus
- Created: 2023-12-31T17:31:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-01T11:16:00.000Z (11 months ago)
- Last Synced: 2024-04-20T18:51:54.717Z (7 months ago)
- Language: Rust
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to Stringrow
this is a test project whith
[Rust Loco framework](https://loco.rs/docs/getting-started/tour/)
## Quick Start
> To configure a database , please run a local postgres database with
stringrow:stringrow
and a db namedstringrow
:docker run -d -p 5432:5432 -e POSTGRES_USER=loco -e POSTGRES_DB=stringrow -e POSTGRES_PASSWORD="stringrow" postgres:15.3-alpine
- docker-compose ready pg db for local usage at /db folder
install and build your frontend:
```
cd frontendpnpm i
pnpm build
```
Now start your app:
```
$ cargo loco start```