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

Enabled Build for Production and Clean Up #25

Closed ballyalley-o closed 4 months ago

ballyalley-o commented 4 months ago

This pull request includes multiple commits that refactor various parts of the codebase. It removes unused imports and middleware, refactors the BUILD_LOC and BUILD_VIEW paths in the PathDir class, adds the ALL path parameter option, refactors the authorization middleware function signature, removes commented out code in geocoder.ts, fixes a bug in the login functionality, removes unused imports and updates the seeder in sim.ts, refactors the bootcamp controller to improve code readability, refactors the course controller imports and decorators, removes server route code, refactors import statements in course.ts, and removes an unused import and updates the type definition in geocoder.ts.