Welcome to the Coder's Cup website, where you can register as a participant for our exciting coding competition! This web application is built using the MERN stack (MongoDB, Express.js, React.js, Node.js) and is hosted at acmcoderscup.online.
To register as a participant for Coder's Cup, simply visit acmcoderscup.online and navigate to the registration page. Fill in the required details and get ready to showcase your coding skills in the competition.
- MongoDB: A NoSQL database used for storing participant registration information securely.
- Express.js: A backend framework for building robust and scalable web applications.
- React.js: A frontend library for building user interfaces with reusable components.
- Node.js: A JavaScript runtime used for building the server-side of the application.
Continuous Integration and Continuous Deployment (CI/CD) pipelines are implemented on Azure to ensure a seamless development and deployment process. Any changes to the code trigger automated builds and deployments, allowing for efficient updates and improvements.
We prioritize the quality of our codebase, and that's why we use JEST, a JavaScript testing framework, for automated testing. This ensures that our application functions as expected and reduces the likelihood of bugs or issues.
-
Clone the repository:
git clone https://github.com/your-username/coders-cup.git cd coders-cup
-
Install dependencies:
npm install
-
Set up your MongoDB database and configure the connection in the
.env
file. -
Run the application locally:
npm start
The application will be accessible at http://localhost:3000.
We welcome contributions from the community! If you have ideas for improvements, bug fixes, or new features, feel free to open an issue or submit a pull request.
Thank you for being a part of Coder's Cup! Happy coding!