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

https://github.com/feliperomero3/node-practical-book

Inspired by the book Practical Node.js - Building Real-World Scalable Web Apps Second Edition.
https://github.com/feliperomero3/node-practical-book

chai mocha nodejs pug superagent

Last synced: 6 months ago
JSON representation

Inspired by the book Practical Node.js - Building Real-World Scalable Web Apps Second Edition.

Awesome Lists containing this project

README

          

# Practical node

Inspired by the book [Practical Node.js - Building Real-World Scalable Web Apps Second Edition][1] by Azat Mardan plus other additions.

I come from a .NET background and I want to know a bit more of node (I find myself wondering if Angular is based in node).

I'm adding all sorts of simple projects, one for each folder on this repository.

Cheers.

## Prerequisites

- Node.js 14.x

## Getting started

1. Clone the project.
1. Open a terminal in the root directory.
1. Change to any directory under `src` (there is one self-contained project for each directory).
1. Run `npm install`.
1. Run `node src/app.js`.
1. Open your web browser.

## License

[MIT License](./LICENSE)

Copyright © 2022 Felipe Romero

[1]: https://link.springer.com/book/10.1007/978-1-4842-3039-8