Skip to content
Herbert Fernandez Tamayo edited this page May 30, 2023 · 4 revisions

The bellow list of tasks were being executed after the alpha version of the project (minimal functional version) was reached:

  1. add README.md file -> 05/23/2023
  2. Add a Service class for responsibility separation of controller's functions
  3. Define a code of notification of status transaction between the service and the controller classes
  4. dockerize the alpha version (use a separate container for the data layer)
  5. document the API using Swagger
  6. Unit Tests
  7. Functional Tests
  8. Integration Tests
  9. Add endpoints to manage signup/login users
  10. Add multiusers support
  11. CI/CD pipeline
  12. implement the RestAPI in 3 cloud providers: AWS, Azure, GCP
Clone this wiki locally