Skip to content

ja1felipe/logistic-app

Repository files navigation

Project

This is a project of a Desktop APP to do the logistic of products. Project used to learn the Rust language, and the SvelteKit framework.

Builded with

Running the project

Prerequisites

Steps to run

  • Clone the repo
  • Install the node packages with yarn or npm install
  • Create a .env on the root, and a .env inside the src-tauri/Docker (use the .env.example as base)
  • Run the database with docker compose -f Docker/docker-compose.yaml up -d
  • Run the migrations with sea-orm-cli generate entity --with-serde both --serde-skip-hidden-column --serde-skip-deserializing-primary-key -o entity/src
  • Run the seeds with cargo run --bin seed
  • Run the project with yarn tauri dev or npm run tauri dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published