-
Notifications
You must be signed in to change notification settings - Fork 627
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
Changes for v2 #334
Comments
Hey Daniel |
Hey @rayWille, thanks for the feedback! It was a great experience creating this repo, I've learned a lot from it and I got my first programming job because of it. I'm so glad to know that it was also useful for you and others. |
Hi @danielfsousa, first of all, congrats on such a wonderful project. We are 2,3 people planning to use this repository for one of our projects. We want to use MySQL instead of MongoDB, Sequalize, and Swagger. As you are going to update this repository to V2, we can help you with that. If you want to provide some guidelines or suggestions about the code structure or folder structure, you can and we will open a PR incorporating those changes. You can review the PR and merge it if fulfills all checks. |
@Usama-Tahir Cool! Thank you for your interest in this project. I'm busy this week, but I will create the issues with a detailed description later this month. |
Hi Daniel |
Maybe can we get a option to choose mongo or postgress? make a cli? >< |
waiting forward to this update ~ |
We could make it simpler and have both postgres and mongo repositories, since javascript doesn't have interfaces we could use duck typing and choose the repository via an environment variable. Having options to choose from a CLI would be great too. I've created a CLI to bootstrap this project: https://github.com/danielfsousa/npm-templates, we can implement a way of bootstrapping the template based on the variables you choose. |
I am planning on doing a big refactoring on this repo, since the last update was 3 years ago.
express-rest-es2017-boilerplate
toexpress-rest-boilerplate
The text was updated successfully, but these errors were encountered: