1

I had new project that requirement is write API using node.js environment with help of typescript language and graphql. I am not have awareness about graphql. How i could implement typescript and graphql in node environment. Then which database is suitable to use ?

1 Answer 1

1

Here is a good article for a tutorial and introduction using typescript and GraphQL in a project: https://hashnode.com/post/building-a-nodejs-api-with-typescript-and-graphql-cjrrojjx200uqrxs1ngtitx9p

You can choose any Database technology you would like too, but it has to fit the project requirements and hosting situation for the project. I would suggest using mongoDB (NoSQL)if you have to deal with a lot of JSON Objects.

But you also can use SQL-DB and framework like sequelize

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.