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
- Host: GitHub
- URL: https://github.com/cleytonw/api-nodejs
- Owner: CleytonW
- Created: 2023-03-14T01:04:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T02:38:07.000Z (about 3 years ago)
- Last Synced: 2025-06-12T18:34:14.782Z (about 1 year ago)
- Topics: express, javascript, knexjs, nodejs, sqlite
- Language: JavaScript
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.