https://github.com/solodov-dev/nodejs-the-complete-guide
https://github.com/solodov-dev/nodejs-the-complete-guide
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solodov-dev/nodejs-the-complete-guide
- Owner: solodov-dev
- Created: 2021-01-18T10:08:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T06:04:45.000Z (about 5 years ago)
- Last Synced: 2025-03-31T15:32:40.465Z (over 1 year ago)
- Language: JavaScript
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJS: The complete guide
Code for the Maximilian's ["NodeJS: The complete guide"](https://www.udemy.com/course/nodejs-the-complete-guide/) course.
## Install and run
To run the code. Enter a directory,
```bash
npm install
```
and then
```bash
npm start
```
## ToC
1. [Introduction](1-introduction/)
2. [NodeJS http server](2-node-js-http-server/)
3. [Express](3-exress/)
4. [Dynamic content](4-dynamic-content/)
5. [MVC pattern](5-MVC)
6. [Query params](6-query-params)
7. [SQL and Sequelize](7-sql-introduction)
8. [MongoDB and Mongoose](8-nosql-mongodb)
9. [Sessions and Cookies](9-sessions-cookies)
10. [Authentication](10-authentication)
11. [Input validation](11-validation)