Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 848 Bytes

File metadata and controls

43 lines (25 loc) · 848 Bytes

Local Development

Implementation Details

Some basic concepts to get you familiar with how things are organized:

Initial Setup

Install these dependencies:

Run cargo build in the project root to build the web server portion.

Run cargo run db init to initialize an empty database for development.

Run cargo run serve to start the API server.

Alternatively, if you use Docker or Podman, you can follow the instructions in examples/full-stack to build and run this code in a container.