Skip to content

Database of members in the club, implemented in Rust.

Notifications You must be signed in to change notification settings

NITTC-ComputerClub/members-db

 
 

Repository files navigation

members-db

Database of members in the club, implemented in Rust.

Usage

$ cargo run [options] <command> [args...]

Commands

  • serve
    Starts the HTTP server to serve the members as JSON.

  • list
    Lists all members.

  • add <name>
    Adds a member with the name.

Options

  • -d <path>, --database=<path>
    Forces to use the database located at the path.

About

Database of members in the club, implemented in Rust.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Rust 97.1%
  • Dockerfile 2.9%