typescript-express-mongoose-starter icon indicating copy to clipboard operation
typescript-express-mongoose-starter copied to clipboard

The TypeScript Express Mongoose Starter is a powerful boilerplate for TypeScript web applications. It combines Express.js, TypeScript, and Mongoose to create robust and scalable projects. With its bes...

Results 3 typescript-express-mongoose-starter issues
Sort by recently updated
recently updated
newest added
trafficstars

### Description When using absolute paths in test files, such as: `import AuthRoute from '@routes/auth.route';` The test file shows error because the absolute path is not recognized. This is likely...

When creating a new project using this repo, I encountered an issue while trying to log to any file in the route. The following error appears in the console: `Delete...