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.
- Host: GitHub
- URL: https://github.com/feliperomero3/node-practical-book
- Owner: feliperomero3
- License: mit
- Created: 2022-06-12T18:44:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-02T05:15:25.000Z (over 2 years ago)
- Last Synced: 2024-04-02T06:27:53.394Z (over 2 years ago)
- Topics: chai, mocha, nodejs, pug, superagent
- Language: JavaScript
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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