Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 named stringrow:
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 frontend

pnpm i

pnpm build

```

Now start your app:

```
$ cargo loco start

```