notsoocool / codecache

CodeCache is a dynamic web application designed to streamline the way developers manage and access code snippets. The platform provides a comprehensive library of code snippets, allowing users to save, organize, and retrieve useful code snippets for various programming languages and use cases.
https://codecache.tech
MIT License
18 stars 54 forks source link

Integrate Prisma ORM to Replace MongoDB Usage (TESTING) #27

Closed notsoocool closed 1 month ago

notsoocool commented 1 month ago

Using raw MongoDB increases complexity in the project. We will integrate Prisma ORM to simplify database interactions and improve maintainability. The following steps will be taken:

priyanshuverma-dev commented 1 month ago

Awesome choice @notsoocool . I can work on this issue