git clone https://github.com/yel-aziz/Reviews-Leet.git
cd Reviews-Leet
docker-compose up --build
cd nextjs/front-end
npm i && npm run dev
cd nestjs/reviews
npm i && npx prisma migrate dev && npm run start:dev
Note
all API credential are included don't worry about it.
-
Fork the Repository: Click the "Fork" button at the top-right corner of the GitHub repository page to create your own copy of the project.
-
Clone Your Fork: Clone your forked repository to your local machine
git clone https://github.com/[your-username]/Reviews-Leet.git
- Create a Branch: Create a new branch for your changes using a descriptive name.
git checkout -b [branch-name]
- Add Your Changes
-
Make Changes: Make your desired changes to the codebase. Ensure that your changes adhere to the project's coding conventions and guidelines.
-
Test Your Changes: Test your changes thoroughly to ensure they work as expected and do not introduce any new issues.
-
Commit Your Changes: Once you're satisfied with your changes, commit them to your branch with descriptive commit messages.
-
Push Your Changes: Push your changes to your forked repository on GitHub.
- Submit a Pull Request: Go to the GitHub page of your forked repository and submit a pull request. Provide a detailed description of your changes and the problem they solve.