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

20241116 - code refactoring, database implementation and unitary testing #65

Closed
wants to merge 2 commits into from

Conversation

luisfelix-93
Copy link

What I did

1. Database implementation:

  • I've implemented a database layer to be able to:
    a) Manage users;
    b) Store user messages

2. Code refactoring

  • Here I've refactored the code to use an easy-to-understand architecture, and to help with scalability in the future

3. Unitary Testing

  • I also implemented a sequence of unit tests to help with the development of related improvements, and to be able to act on bugs more precisely in the future.

packages used:

  • mongoose
  • jest
  • mongodb-memory-server
  • redis-mock

@luisfelix-93 luisfelix-93 closed this by deleting the head repository Feb 2, 2025
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.

1 participant