-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,20 @@ | ||
# efected-cotoemory | ||
the first project in the PBL: Project Management. | ||
the first project in the PBL: Project Management. <br> | ||
Implement a cloud service in Rust to leverage its advantages for Performance, Memory Safety and Concurrency. | ||
|
||
## [What is PBL?](https://www.pblworks.org/what-is-pbl) | ||
## [What is a PBL?](https://www.pblworks.org/what-is-pbl) | ||
Project Based Learning (PBL) is a teaching method in which students learn by actively engaging in real-world and personally meaningful projects. | ||
|
||
## How to run? | ||
nix won't `run` so use the long way: `clone`, nix `develop`, cargo `test | run`,nix `flake update`, | ||
TODO, describe UAT: cargo `run` makes a Swagger UI accessible in the browser. Find the port and link to the doc. | ||
1. `git clone` | ||
2. nix `develop` | ||
3. cargo `test` (optional) | ||
4. cargo `run` | ||
|
||
docs: | ||
https://medium.com/@alexeusgr/optimizing-python-service-on-ae-cloud-using-rust-b189ced94309 | ||
https://github.com/fission-codes/rust-template | ||
TODO: add more links. | ||
UAT: Swagger UI is accessible [in the browser](http://localhost:3000/swagger-ui/). <br> | ||
|
||
Maybe try nix `flake update`? | ||
|
||
docs: <br> | ||
1. https://medium.com/@alexeusgr/optimizing-python-service-on-ae-cloud-using-rust-b189ced94309 | ||
2. https://github.com/fission-codes/rust-template |