Git Product home page Git Product logo

kyucsa's Introduction

KYUCSA

Kyambogo University Computing Students Association

homepage ui

Welcome to the kyucsa website repository!

Table of Contents

Getting Started

Features

  • Robust Security
  • Online Event Attendance and History
  • Membership Registration
  • Auto Membership ID Generation
  • Membership Fee Payment
  • Upcoming Events
  • Past Events Gallery
  • Live Event Broadcasting

Installation

  1. Clone the repository to your local machine using the following command:
git clone https://github.com/kyucsa-kyambogo/kyucsa.git
  1. Change into the project directory:
cd kyucsa/
  1. Install Virtual enviroment
py -m venv env
  1. Activate the virtual enviroment
kyucsa/env/Scripts/activate.bat

5.Change into the root to install the dependencies

cd kyucsa
  1. Install the project dependencies using pip:
pip install -r requirements.txt
  1. Change into the project directory
cd kyucsa/website

Running the Development Server

  1. Start the development server:
python manage.py runserver
  1. Access the website in your browser at http://localhost:8000.

Contributing

We welcome contributions from anyone who wants to improve the KYUCSA website. Please follow the guidelines below to contribute to the project.

Cloning the Repository

To clone the repository, run the following command:

git clone https://github.com/kyucsa-kyambogo/kyucsa.git

Setting Up a Development Environment

  1. Follow the Installation and Configuration steps mentioned above to set up the project on your local machine.

  2. Create a new branch for your changes:

git checkout -b feature/your-feature-name
  1. Make your desired changes to the codebase.

Development Workflow

  1. Before starting to work on a new feature or bug fix, create an issue on the GitHub repository to discuss it with the maintainers.

  2. Follow the coding style and conventions used in the project.

  3. Write tests for new features or modifications to existing features to ensure code quality and stability.

  4. Run the tests to make sure everything is working correctly:

python manage.py test
  1. Commit your changes with a descriptive commit message:
git commit -m "Add feature/fix: description of the changes"

Submitting a Pull Request

  1. Push your changes to your forked repository:
git push origin feature/your-feature-name
  1. Open a new pull request on the GitHub repository and provide a detailed description of your changes.

  2. The project maintainers will review your pull request, provide feedback, and merge it once approved.

Contact

If you have any questions or need further assistance, feel free to reach out at:

kyucsa's People

Contributors

amadratitus avatar groc-coding-school avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.