Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.12 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.12 KB

Code_Connect DBMS Project

Built for the DBMS course semester project, Code_Connect is a collaborative website by a team of five students. Using HTML, CSS, PHP, and JavaScript, we've developed an interactive platform for our college programming society .

Team Members

Getting Started:

  1. Clone the repository.
    git clone https://github.com/your-username/Code_Connect.git
    

Contributing

We welcome contributions

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix.

    git checkout -b feature/new-feature
  3. Make your changes and commit them with clear commit messages.

    git add .
    git commit -m "Add new feature"
  4. Push your changes to your fork.

    git push origin feature/new-feature
  5. Create a pull request, explaining the changes and why they are needed.

Feel free to adjust it as needed for your project specifics!