- In this project, we see how the middleware structure is built.
- Error management and guidance are carried out within the project.
- CORS Managament
- Logging
- Clean Code
- CORS Policy
You can start by typing this.
npm run start
Run the following command to run the tests
npm run dev
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
Client: Js, Html, Css
Server: Node
- Middleware Structure