Welcome to the official website of The Coding Club! This website is built using Django, a high-level Python web framework, and it serves as a platform to showcase our club's activities, projects, and resources.
- Coder of the Month: Check out the top coders from our college every month! The rankings are calculated based on the average of the best 4 percentiles from all the contests held during the month. The page is updated daily, so you can stay up to date with the latest rankings.
- Team Members: Meet our talented and dedicated team members who contribute to the success of Coding Club.
- Events: Here, you can find details about past and upcoming events, including workshops, coding competitions, and guest lectures.
- Alumni: Discover the former members of Coding Club who have moved on to exciting careers and continue to inspire others.
- Resources (Coming Soon): We are currently working on curating a comprehensive list of resources to help you learn programming and related topics.
To run this website locally, follow these steps:
- Clone the repository:
git clone https://github.com/codec-ropar/codingclub.git
- Navigate to the project directory:
cd codingclub
- Create a virtual environment:
python3 -m venv venv
- Activate the virtual environment:
- On Windows:
venv\Scripts\activate.bat
- On macOS/Linux:
source venv/bin/activate
- On Windows:
- Install the project dependencies:
pip install -r requirements.txt
- Run database migrations:
python manage.py migrate
- Start the development server:
python manage.py runserver
Now, you can access the website by opening your browser and navigating to http://localhost:8000
.
We welcome contributions from the coding community to improve and expand our website. To contribute, follow these steps:
- Fork the repository on GitHub.
- Create a new branch for your feature:
git checkout -b feature/your-feature-name
. - Make your changes and commit them with descriptive messages.
- Push your changes to your forked repository.
- Open a pull request on our repository, describing your changes and their purpose.
Please ensure your code follows our coding conventions and includes appropriate tests.
This project is licensed under the MIT License.
If you have any questions, suggestions, or feedback, feel free to reach out to us at [email protected]. You can also connect with us on social media: LinkedIn and Instagram.
We look forward to hearing from you and hope you find our website helpful and inspiring!
Happy coding!
-The Coding Club Team