Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fguisso/threatmax
Threat Modeling Companion
https://github.com/fguisso/threatmax
Last synced: 1 day ago
JSON representation
Threat Modeling Companion
- Host: GitHub
- URL: https://github.com/fguisso/threatmax
- Owner: fguisso
- Created: 2023-12-01T20:34:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T19:53:32.000Z (about 1 year ago)
- Last Synced: 2024-12-07T01:23:40.554Z (29 days ago)
- Language: TypeScript
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🛡️ Threatmax API - Your Threat Modeling Companion
## 📋 Description
The Threatmax is a tool designed for creating and managing threat models.
## 🚀 Features
- **Threat Models Management**: Tools to create, update, and manage threat models.
## 📥 Installation
Clone the repository and install dependencies:
```bash
git clone https://github.com/fguisso/threatmax.git
cd threatmax
npm install
```## ⚙️ Development
Start the application:
```bash
npm run dev
```Navigate to `http://localhost:3000` (or your configured port) to access the application.
## 🤝 Contributing
Contributions make the open-source community thrive. If you wish to contribute:
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## 💻 Built With
- [Node.js](https://nodejs.org/)
- [MongoDB](https://www.mongodb.com/)
- [Mongoose](https://mongoosejs.com/)