Expand Server from index.js to multiple files and differing structure
Closed this issue · 1 comments
TurnerTastic1 commented
Update the main server architectures to prevent all of our server code from solely existing in one file (Index.js)
TurnerTastic1 commented
Created api.service, auth.routes as well as queries files for separating business logic and database logic. Replaced index.js routes with simple import and app use statements.