https://github.com/nanotaboada/node-samples-express-restful
🧪 Proof of Concept for a RESTful API made with Node.js 20 (LTS) and Express.js 4 in JavaScript (ES6)
https://github.com/nanotaboada/node-samples-express-restful
express-js expressjs javascript node-js nodejs proof-of-concept rest-api restful-api samples sqlite
Last synced: 13 days ago
JSON representation
🧪 Proof of Concept for a RESTful API made with Node.js 20 (LTS) and Express.js 4 in JavaScript (ES6)
- Host: GitHub
- URL: https://github.com/nanotaboada/node-samples-express-restful
- Owner: nanotaboada
- License: mit
- Created: 2021-07-31T17:54:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T12:52:33.000Z (over 1 year ago)
- Last Synced: 2024-04-22T13:59:24.548Z (over 1 year ago)
- Topics: express-js, expressjs, javascript, node-js, nodejs, proof-of-concept, rest-api, restful-api, samples, sqlite
- Language: JavaScript
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sample RESTful API with Node.js and Express.js
## Status

## Manifesto
> "Nobody should start to undertake a large project. You start with a small _trivial_ project, and you should never expect it to get large. If you do, you'll just overdesign and generally think it is more important than it likely is at that stage. Or worse, you might be scared away by the sheer size of the work you envision. So start small, and think about the details. Don't think about some big picture and fancy design. If it doesn't solve some fairly immediate need, it's almost certainly over-designed. And don't expect people to jump in and help you. That's not how these things work. You need to get something half-way _useful_ first, and then others will say "hey, that _almost_ works for me", and they'll get involved in the project." — Linus Torvalds
## About
Proof of Concept for a RESTful API made with [Node.js](https://nodejs.org/) 20.x LTS and [Express.js](https://expressjs.com/) 4
## Structure
The following is a simplified dependency diagram of modules and main libraries:

## Install
```shell
npm install
```
## Start
```shell
npm start
```
## Debug
```shell
nodemon server.mjs
```
## Credits
The solution has been coded using [Visual Studio Code](https://code.visualstudio.com/).
## Terms
All trademarks, registered trademarks, service marks, product names, company names or logos are property of their respective owners and are used for educational purposes only.