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

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

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)