Skip to content
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 TypeScript template (unopinionated) #40

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

IAmRiteshKoushik
Copy link

@IAmRiteshKoushik IAmRiteshKoushik commented Nov 17, 2024

Description

Adds a TypeScript supported Express template with basic middleware configurations.

This can later be assimilated with the CLI where we offer TypeScript as an option and select the corresponding template.

Tagging Maintainers

@Abhinav-ark @Ashrockzzz2003

@IAmRiteshKoushik IAmRiteshKoushik changed the title New ✨ : Express-TS template New ✨ : Express-TS template (unopinionated) Nov 17, 2024
@IAmRiteshKoushik IAmRiteshKoushik changed the title New ✨ : Express-TS template (unopinionated) New ✨ : Express TypeScript template (unopinionated) Nov 17, 2024
@Ashrockzzz2003 Ashrockzzz2003 requested review from Abhinav-ark and Ashrockzzz2003 and removed request for Abhinav-ark and Ashrockzzz2003 November 17, 2024 11:11
@Ashrockzzz2003
Copy link
Member

That's a cool idea to separate out ts templates from JS templates.

@Ashrockzzz2003 Ashrockzzz2003 added enhancement New feature or request feature Planned feature of software. labels Nov 17, 2024
@Abhinav-ark Abhinav-ark self-assigned this Nov 20, 2024
@Abhinav-ark
Copy link
Member

Hi @IAmRiteshKoushik. I would like you to add 4 endpoints for CRUD on any object of your choice using mongoclient.
https://www.mongodb.com/docs/drivers/node/current/quick-start/connect-to-mongodb/
https://www.mongodb.com/docs/drivers/node/current/fundamentals/crud/

@Ashrockzzz2003
Copy link
Member

Hi @IAmRiteshKoushik. I would like you to add 4 endpoints for CRUD on any object of your choice using mongoclient. https://www.mongodb.com/docs/drivers/node/current/quick-start/connect-to-mongodb/ https://www.mongodb.com/docs/drivers/node/current/fundamentals/crud/

to this PR or #41

The latter looks relevant for this.

@IAmRiteshKoushik
Copy link
Author

IAmRiteshKoushik commented Dec 23, 2024

Hi @IAmRiteshKoushik. I would like you to add 4 endpoints for CRUD on any object of your choice using mongoclient.
https://www.mongodb.com/docs/drivers/node/current/quick-start/connect-to-mongodb/
https://www.mongodb.com/docs/drivers/node/current/fundamentals/crud/

Do I still need to implement this ? @Abhinav-ark

@Abhinav-ark
Copy link
Member

Hi @IAmRiteshKoushik. I would like you to add 4 endpoints for CRUD on any object of your choice using mongoclient.
https://www.mongodb.com/docs/drivers/node/current/quick-start/connect-to-mongodb/
https://www.mongodb.com/docs/drivers/node/current/fundamentals/crud/

Do I still need to implement this ? @Abhinav-ark

Yes @IAmRiteshKoushik.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature Planned feature of software.
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

3 participants