-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New ✨ : Express MongoDB TypeScript template (opinionated) #41
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @IAmRiteshKoushik. Please look into the suggestions.
- Add an example to
.env.example
or atleast to theREADME
about the format. - To integrate this command with
quick_start_express
CLI tool, you must add it tobin/configs.js
.
All aforementioned changes have been made in the latest commits. @Ashrockzzz2003 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant by camelCase
to rename variables, attribute names in the files and not file name! Sorry if you understood it the other way! Can you revert back file names. Initial version was better! Sorry again!
And did you test if the template being created actually works? When I tried it did not : (
Types and interface names are conventionally written in |
yep. perfect. |
Description
This PR introduces a TypeScript template for using Express with MongoDB (through Mongoose as ODM). It takes an opinionated approach towards folder structure and code organization.
Resolves the template part of #6
Tagging Maintainers
@Ashrockzzz2003 @Abhinav-ark