CodingTrain / Intro-to-Data-APIs-JS

Working with Data and APIs in JavaScript
MIT License
756 stars 611 forks source link

API Request: Creating basic REST API with Nodejs. #5

Closed anuraghazra closed 5 years ago

anuraghazra commented 5 years ago

Creating a basic RESTfull API with tools like

and for deployment we can use Heroku. and for saving data to cloud we can use Database as a service (DBaaS) for example mLab / MongoAtlas. this will be a good kickstarter to get started with APIs and understanding how APIs works behind the scenes

shiffman commented 5 years ago

I would like to make videos on this! But I think it may be a bit out of scope. . .the database angle is a good one though! Let me try adding this to the README. Related #9

shiffman commented 5 years ago

Ok, databases will be in the two new example scenarios added in #12!