express-api-starter-ts icon indicating copy to clipboard operation
express-api-starter-ts copied to clipboard

check out `create-ts-api`

Open bineetNaidu opened this issue 3 years ago • 3 comments

A utility command to set up TypeScript, NodeJS, Express/GraphQL API project.

GIthub: https://github.com/bineetNaidu/create-ts-api

Run :

  npx create-ts-api
  cd <your-project-name>
  # OR
  yarn create ts-api
  cd <your-project-name>

bineetNaidu avatar Aug 20 '22 07:08 bineetNaidu

Very cool! I'll leave this issue open so people can see this as an option. I like that you have multiple templates. The goal of my template for now is to be super simple and minimal.

w3cj avatar Aug 20 '22 12:08 w3cj

Very cool! I'll leave this issue open so people can see this as an option. I like that you have multiple templates. The goal of my template for now is to be super simple and minimal.

:tada: thanks for the support although some boilerplate templates were taken from this repo

bineetNaidu avatar Aug 22 '22 14:08 bineetNaidu

Hey CJ!

I don't know if this is the appropriate place to share this, but I made a fork of this repo with modules, so to speak, that you can merge in to add different libraries and create different configurations of the API, along with dockerizing it. I don't know if it is good idea or even necessary, but I made it as I was learning express and these other things. Thought I would share it with you because I am learning a lot of this stuff from your streams and videos.

You can check it out at: https://github.com/vishalbalaji/express-api-starter-ts

vishalbalaji avatar Oct 01 '22 18:10 vishalbalaji