Git Product home page Git Product logo

demo-dh's Introduction

Introduction

This is a project generated by salvo-cli. You can run the program and test according to the following commands (for non-sqlite databases, please modify the database connection string first according to the tutorial, and complete the initial work of the data). ๐Ÿ˜„ The latest version of Salvo requires Rust version 1.75. If your compilation fails, please try upgrading with rustup update.

//Run the project
cargo run 
//Run tests
cargo test

Project directory description

demo-dh

  • Dir: demo-dh
  • Dir: config (Folder containing all configuration files)
    • File: config.yml
    • Dir: certs (Directory for storing certificate files)
      • File: cert.pem
      • File: key.pem
  • Dir: assets (Static resources such as images, JavaScript scripts and CSS style sheets)
    • File: favicon.ico
  • Dir: src (Source code directory)
    • File: main.rs (Entry point of application, sets up and starts services)
    • Dir: routers (Module containing route handling functions)
      • File: demo.rs
      • File: mod.rs
      • File: static_routers.rs
    • File: config.rs (Module for reading and processing application configuration)
    • Dir: utils (Module containing utility functions)
      • File: rand_utils.rs
      • File: mod.rs
    • File: app_error.rs (Provides unified error handling functionality)
    • Dir: dtos (Module defining Data Transfer Objects (DTOs) for encapsulating and transporting data)
      • File: mod.rs
      • File: user.rs
    • File: app_response.rs (Standardize response)
    • Dir: middleware (Module containing middleware)
      • File: cors.rs
      • File: jwt.rs
      • File: mod.rs
      • File: handle_404.rs
    • Dir: services (Module containing business logic services)
      • File: mod.rs
      • File: user.rs
  • File: Cargo.toml (Rust project dependency and configuration info)

About Salvo

You can view the salvo documentation and more examples at https://salvo.rs/ ๐Ÿ“–. If our tools have helped you, please star salvo and salvo-cli, which will greatly encourage us. โค๏ธ

demo-dh's People

Contributors

m93a avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.