|
You are here |
www.rasikjain.com | ||
| | | | |
amanhimself.dev
|
|
| | | | | [AI summary] This article provides a step-by-step guide on building a RESTful API using Node.js and HarperDB, covering database setup, query creation for CRUD operations, and integration with a frontend through HTTP requests. | |
| | | | |
janikvonrotz.ch
|
|
| | | | | For my last project I had to build a web application to administrate a MongoDB database. Due to using Meteor quite a lot I heard about Graphql and the Apollostack. Graphql, which is a specification done by Facebook engineers, promises to be the better REST API (which I hope it is). I became curious and decided the build the server API with Apollo. First I tried to evade using the Meteor as build system as I don't want to get too accustomed to this full-stack ecosystem. However, building a live-reload server and client build system in ES6 with Node.js, Babel and Webpack was simply too much work compared to building this simple web app. So in result this was my stack: | |
| | | | |
mherman.org
|
|
| | | | | This tutorial takes a test-first approach to developing a RESTful API with NodeJS, ExpressJS, and TypeScript. | |
| | | | |
robkendal.co.uk
|
|
| | | There are lots of articles on how to build a Node API server but they're either quite duff or very complex. None of them seem to deal with reading and writing to JSON files. Well let's change that by building our own Node API server using JSON data storage! | ||