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

check out create-ts-api #1

Open
bineetNaidu opened this issue Aug 20, 2022 · 3 comments
Open

check out create-ts-api #1

bineetNaidu opened this issue Aug 20, 2022 · 3 comments

Comments

@bineetNaidu
Copy link

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>
@w3cj
Copy link
Owner

w3cj commented Aug 20, 2022

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.

@bineetNaidu
Copy link
Author

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.

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

@vishalbalaji
Copy link

vishalbalaji commented Oct 1, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants