Skip to content

yel-aziz/Reviews-Leet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to run the project 🚀

 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.

To start contributing to leetreviews.com, follow these steps 🤝🌱:

  1. 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.

  2. Clone Your Fork: Clone your forked repository to your local machine

 git clone https://github.com/[your-username]/Reviews-Leet.git
  1. Create a Branch: Create a new branch for your changes using a descriptive name.
    git checkout -b [branch-name]
  1. 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.

  1. 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.

Thank you for your contribution to leet-reviews 🤗

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published