Skip to content

Forum-Nest-DDD is a robust and scalable forum application built with NestJS and Domain-Driven Design (DDD) principles.

Notifications You must be signed in to change notification settings

Cr-Israel/Forum-Nest-DDD

Repository files navigation

🏛️ A Modern Forum Built with NestJS and Domain-Driven Design

TypeScript NestJS PostgreSQL Prisma Vitest

🚀 Introduction

Forum-Nest-DDD is a robust and scalable forum application built with NestJS and Domain-Driven Design (DDD) principles. This project aims to provide a clean architecture, modular design, and a rich feature set for building modern forum platforms.

🌟 Features

  • 💬 Question Management: Create, read, update, and delete questions.
  • 🗣️ Answer Management: Create, read, update, and delete answers.
  • 🔍 Advanced Search: Search across questions and answers.
  • 📂 Upload Attachments: Search across questions and answers.
  • 🔒 Authentication & Authorization: Secure user authentication and role-based access control.
  • 💬 Real-time Messaging Coming Soon: Engage in real-time discussions.

🛠️ Installation

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn
  • Docker optional

Steps

  1. Clone the repository:
git clone https://github.com/yourusername/forum-nest-ddd.git
  1. Navigate to the project directory:
cd forum-nest-ddd
  1. Install dependencies:
npm install
  1. Set up environment variables:
cp .env.example .env
  1. Start the application:
npm run start:dev

🖥️ Usage

Running the Project

npm run start:dev

Testing

To run unit and integration tests:

npm test

🤝 Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the project.
  2. Create a new 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.

Code of Conduct

Please read our Code of Conduct before contributing.

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.


Forum-Nest-DDD is crafted with ❤️ by Carlos Israel. Let's build something great together! 🚀

About

Forum-Nest-DDD is a robust and scalable forum application built with NestJS and Domain-Driven Design (DDD) principles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published