ballyalley-o / tccp-server

A scalable backend server solution designed to manage and orchestrate software development bootcamps/courses from multiple schools, providing robust APIs and data storage capabilities.
2 stars 0 forks source link

[Refax] : Clean up: declare all global interfaces #65 #67

Closed ballyalley-o closed 5 months ago

ballyalley-o commented 5 months ago

This pull request includes several changes to clean up and declare all global interfaces. The changes include refactoring code to remove unused imports, updating middleware to include additional fields in models, removing unused interface files, and adding interface files for Mongoose schema and models. These changes improve code organization and maintainability. Fixes #65

ballyalley-o commented 5 months ago

For your review: @in-a-iii