Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor the api based on mvp structure #17

Merged
merged 11 commits into from
Apr 29, 2024
Merged

Refactor the api based on mvp structure #17

merged 11 commits into from
Apr 29, 2024

Conversation

ankush13r
Copy link
Contributor

@ankush13r ankush13r commented Apr 29, 2024

  • Added a dockerfile to run the API in development mode, which watches for file changes and reload it.
  • Removed asynchronous context from the endpoints function that caused it to block the main thread.
  • Added tests and runs these tests api on pull request or push on main branch
  • Updated Readme
  • Refactored the API files to create mvc structure. The code has been split from a single file to multiple files.

@PaulNdrei PaulNdrei merged commit 47c4a8b into main Apr 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants