An open API service indexing awesome lists of open source software.

https://github.com/cleytonw/api-nodejs

Building a complete API using Node.js and Express. Let's create a database using SQLite, manipulate our database in conjunction with the Query Builder Knex.js
https://github.com/cleytonw/api-nodejs

express javascript knexjs nodejs sqlite

Last synced: about 2 months ago
JSON representation

Building a complete API using Node.js and Express. Let's create a database using SQLite, manipulate our database in conjunction with the Query Builder Knex.js

Awesome Lists containing this project

README

          

# starting-nodejs

In this module what is Node.js how it works and its advantages. We will build a complete API using Node.js and Express. We will use Insomnia to log our routes and check their status codes. We are going to create a database using SQLite, manipulate our database using the Beekeper Studio tool in conjunction with the Query Builder Knex.js.