A forum app built to learn DDD
This project was developed with the following technologies:
Backend
## 1. Clone repo
git clone https://github.com/guivictorr/forum-ddd.git
## 2. Change to project folder
cd forum-ddd
## 3. Install dependencies
pnpm intall
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature; - Commit your changes:
git commit -m 'feat: My new feature'; - Push to your branch:
git push origin my-feature.
Once your pull request has been merged, you can delete your branch.