https://github.com/ecastrogit/nodejs-express
Backend and API development with Node.js and Express.js
https://github.com/ecastrogit/nodejs-express
api-restful express-js full-stack javascipt node-js
Last synced: about 2 months ago
JSON representation
Backend and API development with Node.js and Express.js
- Host: GitHub
- URL: https://github.com/ecastrogit/nodejs-express
- Owner: EcastroGit
- License: mit
- Created: 2023-08-05T21:25:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T20:10:15.000Z (almost 3 years ago)
- Last Synced: 2025-02-01T13:46:18.007Z (over 1 year ago)
- Topics: api-restful, express-js, full-stack, javascipt, node-js
- Language: JavaScript
- Homepage:
- Size: 2.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Backend development with Node.js and Express.js
This repository contains some excersices, concepts and mini-projects to practice backend development with Node.js modules, API development and CRUD operations with Express.js
## Key concepts and proyects
* Package creation and configuration.
* Synchronous and Asynchronous code execution mini-proyect.
* Node server proyect using Node.js native modules (Quotes App).
* CRUD App with Node.js and Express.js.
## Features CRUD App with Express.js

This is a Full Stack app developed with HTML, CSS, JavaScript, Node.js & Express.js, including
some of the next features:
* Advanced JS logic in the client to handle get, post, put and delete requests to the backend.
* UI structuring and designing with HTML and CSS.
* Dinamic content creation with JavaScript.
* Backend and API Restful development with Node.js and Express.js.
* Data validation methods in the frontend and backend (express-validator).