/NodeJs_highest_security_api

ExpressJs base project with the highest level of security settings

"# NodeJs_highest_security_api"

Basic ExpressJs framework Project with the Highest Level of Security Settings

پروژه پایه فریمورک اکسپرس جی اس با بالاترین سطح تنظیمات امنیتی ##

The planned attacks on this project: 1- NOSQL INJECTION 2- HTTP headers attacks 3-XSS attack 4-HTTP Parameter Pollution attacks 5-DDoS attacks

You’ll need to have Node 10.16.0 or later version on your local development machine

Installation

# clone the repo
$ git clone https://github.com/hamed-zeidabadi/NodeJs_highest_security_api.git my-project

# go into app's directory
$ cd my-project

# install app's dependencies
$ npm install or yarn add

Basic usage

$ npm run dev or yarn run dev

I hope you enjoy this 🖤