[Solved] How can i start with advanced API, make advanced API? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

[Solved] How can i start with advanced API, make advanced API?

I need one help, Can anyone tell me that how can i make advanced API which can be used for my projects. Where can i start with? Please suggest me with resources

22nd Jul 2023, 11:18 AM
Mohammad Sefatullah
Mohammad Sefatullah - avatar
1 Answer
+ 4
It depends on what programming language you want to use. For example, if you want to use JavaScript and you are confident about using node and installing packages with npm, the "express in action" book is a pretty good start for learning how to develop an API. Alternatively, you can read the official express website: https://expressjs.com/ or use some YouTube videos about it!
22nd Jul 2023, 11:31 AM
Mohammad Ebrahimi
Mohammad Ebrahimi - avatar