Skip to content

pasha-vuiko/fin-control-be-rs

Repository files navigation

FinControl BE

Description

Back-end written with Rust for FinControl App

Tech Stack:

Installation

Pre-requirements

Running the app in DEV mode

Create .env file in the root of the project with the content from .env.example file.

Run this commands to prepare the project:

```bash
# generate Prisma Client
cargo run prisma generate
# run Docker infrastructure
docker compose up

Run this if you use local DB instance from docker-compose:

cargo run prisma migrate deploy

Then run

cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published