https://github.com/bscript07/home-cooking-recipes-app
Regular Exam JS Back-End
https://github.com/bscript07/home-cooking-recipes-app
bcrypt express express-handlebars express-js express-middleware handlebars jsonwebtoken mongoose mongoose-schema mongoosejs nodejs nodemon
Last synced: 3 months ago
JSON representation
Regular Exam JS Back-End
- Host: GitHub
- URL: https://github.com/bscript07/home-cooking-recipes-app
- Owner: bscript07
- Created: 2024-06-28T16:46:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T17:22:31.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T16:45:26.729Z (over 1 year ago)
- Topics: bcrypt, express, express-handlebars, express-js, express-middleware, handlebars, jsonwebtoken, mongoose, mongoose-schema, mongoosejs, nodejs, nodemon
- Language: JavaScript
- Homepage:
- Size: 5.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS Back-End
The "JS Back-End" course is intensive and aims to introduce students to the development of server-side JavaScript applications on the Node.js platform, using Express.js as the framework. During the training, participants will understand how to create a server with Node.js, learn about the server-client architecture, and how to build fast and easy data-driven web applications with Node.js, Express.js, and MongoDB, using modern techniques and tools. One of the most popular NoSQL databases, MongoDB, will be covered, along with the Mongoose library for retrieving data from it. By the end of the course, participants will build a complete REST API from scratch using Express.js and MongoDB. The course emphasizes practical exercises, engaging students in real projects such as website development, implementing site fragments, and creating complete, modern websites with good design, modern structure, and mobile support.
# Acquired Skills
- Using a Web Server
- Working with the HTTP protocol
- Server-side applications with Node.js
- Working with NoSQL databases
- Creating applications with Express and Handlebars
- Creating MVC architecture
