Backend API for Stackoverflowers application, which is a social network website for developers.
Rename "config/config.env.env" to "config.env" and update the values/settings to your own
npm install
# Run in dev mode
npm run dev
# Run in prod mode
npm start
1. express-mongo-sanitize - To Prevent NoSQL Injections.
2. helmet - Security Headers
3. xss-clean - XSS Protection
4. express-rate-limit - To Limit the No of Reqs
5. hpp - To Prevent HTTP Parameter Pollution
6. cors - To Avoid Cross-Origin Resource Sharing Issues
For Detailed Information Visit: How to tackle these common Node.js/Mongo API Security Problems
- Version: 1.0.0
- License: MIT