Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aleeusgr authored Dec 31, 2023
1 parent a742f4b commit dc225da
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
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

0 comments on commit dc225da

Please sign in to comment.