Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 3.3 KB

README.md

File metadata and controls

70 lines (48 loc) · 3.3 KB

Logo

Node.js - GoStack 9 Module 17

💈 Security in Node.js using express-brute, express-brute-redis, Helmet, Node Redis, Rate Limit Redis, CORS, GitHub and Greenkeeper

🔗 This repository is a copy of Node.js - GoStack 9 Module 16

GitHub language count GitHub language top Made by Kalvaitir License

Install and run   |   License

🔧 Install and run

Open terminal:

# Clone this repo
git clone https://github.com/osvaldokalvaitir/nodejs-gostack9-module17

# Entry in folder
cd nodejs-gostack9-module17

# Install deps with npm or yarn
npm install | yarn

# Make a copy of the .env.example file, rename it to .env and change the variables according to your environment.

# Launch the app with npm or yarn
npm run dev | yarn dev

# Run queue listener with npm or yarn
npm run queue | yarn queue

Click to learn more about the tools used: Insomnia, Docker, MongoDB Docker Image mongo, PostgreSQL Docker Image postgres, Redis Docker Image redis:alpine, MongoDB Compass Community, Postbird, Mailtrap, Sentry, GitHub, Greenkeeper.

Run in Insomnia}

📝 License

This project is under the MIT license. See LICENSE for more information.


Developed with 💚 by Osvaldo Kalvaitir Filho