CDC (Coders And Developers Clubs) is a community-driven organization dedicated to fostering a passion for coding and development among enthusiasts. This repository contains the source code for the CDC website, where you can learn about our vision, goals, upcoming contests, query resolution through StackOverflow, certificate verification for winners, team information, and contact details.
CDC (Coders And Developers Clubs) is a community-driven organization dedicated to fostering a passion for coding and development among enthusiasts. This repository contains the source code for the CDC website, where you can learn about our vision, goals, upcoming contests, query resolution through StackOverflow, certificate verification for winners, team information, and contact details.
- Upcoming Contest Section: Stay updated with the latest contests organized by CDC.
- Query Resolution Section: Get your coding queries resolved through the integration with StackOverflow.
- Certificate Verification: Verify certificates issued to winners of CDC contests.
- Team Page: Meet the talented individuals behind CDC.
- Contact Us: Reach out to us for any queries or collaboration opportunities.
- Events Page: Explore past events conducted by CDC.
To get a local copy up and running follow these simple steps.
- Node.js installed on your machine
- MongoDB Atlas account (for database access)
- Clone the repo
- Install NPM packages
- Create a `.env` file in the root directory and add your MongoDB Atlas connection string
- Run the development server
git clone https://github.com/your_username_/Project-Name.git
npm install
MONGODB_URI=your_connection_string_here
npm start