Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rproenza86/conference-express-proyect
Use of Express.js to build a basic application with templating engines; create more flexible, modular code with conditional statements; work with POST requests, and more.
https://github.com/rproenza86/conference-express-proyect
es6 express-js express-middleware expressionengine node-js pug template-engine zeit-now
Last synced: about 1 month ago
JSON representation
Use of Express.js to build a basic application with templating engines; create more flexible, modular code with conditional statements; work with POST requests, and more.
- Host: GitHub
- URL: https://github.com/rproenza86/conference-express-proyect
- Owner: rproenza86
- Created: 2019-07-17T13:54:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-17T13:59:45.000Z (over 5 years ago)
- Last Synced: 2024-11-06T03:48:30.562Z (3 months ago)
- Topics: es6, express-js, express-middleware, expressionengine, node-js, pug, template-engine, zeit-now
- Language: JavaScript
- Homepage: https://conference-express-proyect-vxnyhpmcog.now.sh
- Size: 7.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [conference-express-proyect](https://conference-express-proyect-vxnyhpmcog.now.sh)
## Overview
Although Node.js is a popular platform for building web services, it wasn't designed for simple website development.
Express.js is a fast, minimalist framework that sits on top of Node.js and allows you to build powerful single and multi-page web applications and websites.
In this training, I had set up the framework and build a realistic website with these technologies. Trained how to build a basic application with templating engines; create more flexible, modular code with conditional statements; work with POST requests, and more.
## Objectives
- Creating a server with Express and pure Node.js
- Handling errors in Express
- Creating routes
- Using templates
- Working with the Pug template engine
- Implementing the site structure and logic
- Working with conditionals
- Dealing with POST requests
- Sanitizing user inputs and handling form errors