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

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)

Awesome Lists containing this project

README

          

# Sample RESTful API with Node.js and Express.js

## Status

![Public Archive](https://img.shields.io/badge/status-public%20archive-FFF8C4)

## 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:

![Dependency Diagram](node-samples-express-restful.svg)

## 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.