Skip to content

Middleware functions are functions that have access to the request object (req), the response object (res), and the next middleware function in the application's request-response cycle.

License

Notifications You must be signed in to change notification settings

UfukBlbn/Middleware-ExpressJs-NodeJs

Repository files navigation

NodeJs Server

  • In this project, we see how the middleware structure is built.
  • Error management and guidance are carried out within the project.
  • CORS Managament

Feautures

  • Logging
  • Clean Code
  • CORS Policy

Project Deployment

You can start by typing this.

  npm run start

Testing

Run the following command to run the tests

  npm run dev

Start Project in your Computer

Clone the Project

  git clone https://github.com/UfukBlbn/NodeJs-Web-Server.git

Go to the project directory

  cd Nodejs-Web-Server

Install required packages

  npm install

Run the server

  npm run start

Technologies

Client: Js, Html, Css

Server: Node

Logo

Project Images

  • Middleware Structure

Uygulama Ekran Görüntüsü

About

Middleware functions are functions that have access to the request object (req), the response object (res), and the next middleware function in the application's request-response cycle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published