Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benborla committed Aug 28, 2024
1 parent 7777111 commit 424ac7d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ This Rust Microservice Starter Kit is designed to provide a solid foundation for
├── docs
│   └── API.md
├── fly.toml
├── migration
│   ├── Cargo.lock
│   ├── Cargo.toml
│   ├── README.md
│   └── src
│   ├── lib.rs
│   ├── m20240828_134140_create_feature_flag_table.rs
│   ├── m20240828_140244_seed_feature_flag_with_sample_data.rs
│   └── main.rs
├── src
│   ├── api
│   │   ├── handlers
Expand All @@ -72,8 +81,9 @@ This Rust Microservice Starter Kit is designed to provide a solid foundation for
│   └── mod.rs
└── tests
├── api_tests.rs
└── service.tests.rs
└── common
├── feature_flag_mock.rs
└── mod.rs
```

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Expand Down

0 comments on commit 424ac7d

Please sign in to comment.