CSE-25 / quick_start_express

Quick Start Express npm package. A simple CLI tool to generate Express servers from multiple available templates.
https://www.npmjs.com/package/quick_start_express
GNU General Public License v3.0
1 stars 7 forks source link

Add: `express_prisma_ts` template #43

Open IAmRiteshKoushik opened 5 days ago

IAmRiteshKoushik commented 5 days ago

Proposal

In-order to cut down on development time, a lot of developers are leveraging powerful ORMs which allow for quick migrations and type-safety. Prisma being one of the popular ORMs can be one of the ORMs that we support out of the box.

Please feel free to edit the proposal and better state the requirements for this post-approval.

@Abhinav-ark @Ashrockzzz2003

Ashrockzzz2003 commented 4 days ago

Already a template exists with sequelize for ORM based with Postgres. It's a good idea to add one with Prisma ORM too.

You can work on it if interested.

It'll be useful to ideate https://github.com/CSE-25/quick_start_express/issues/45