Ramsey99 / fest-registration

This is a registration website for a college fest using HTML, CSS, Python Flask, mySQL databse.
https://fest-registration.vercel.app
6 stars 13 forks source link
# Fest Registration Website
šŸŒŸ Stars šŸ“ Forks šŸ› Issues šŸ”” Open PRs šŸ”• Close PRs
Stars Forks Issues Open Pull Requests Close Pull Requests

Table of Contents

Introduction

Features

Technologies Used

### šŸ’» **Tech Stacks** ![Flask](https://img.shields.io/badge/flask-%23000.svg?style=for-the-badge&logo=flask&logoColor=white) ![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white) ![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white) ![MySQL](https://img.shields.io/badge/mysql-4479A1.svg?style=for-the-badge&logo=mysql&logoColor=white) ![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)

Installation

  1. Clone the repository:

    git clone https://github.com/Ramsey99/fest-registration.git
  2. Navigate to the project directory:

    cd fest-registration
  3. Install dependencies:

    npm install
  4. Start the application:

    npm start

Usage

Contributing

Creating Pull Request

  1. Fork the Project:

    • Click on the "Fork" button at the top right corner of the repository's page on GitHub to create your own copy of the project.
  2. Clone Your Forked Repository:

    • Clone the forked repository to your local machine using the following command:
      git clone https://github.com/Ramsey99/fest-registration
  3. Create a New Branch and Move to the Branch:

    • Create a new branch for your changes and move to that branch using the following commands:
      git checkout -b <branch-name>
  4. Add Your Changes:

    • After you have made your changes, check the status of the changed files using the following command:
      git status -s
    • Add all the files to the staging area using the following command:
      git add .
    • or add specific files using:
      git add <file_name1> <file_name2>
  5. Commit Your Changes:

    • Commit your changes with a descriptive message using the following command:
      git commit -m "<EXPLAIN-YOUR_CHANGES>"
  6. Push Your Changes:

    • Push your changes to your forked repository on GitHub using the following command:
      git push origin <branch-name>
  7. Open a Pull Request:

    • Go to the GitHub page of your forked repository, and you should see an option to create a pull request. Click on it, provide a descriptive title and description for your pull request, and then submit it.

ā­ļø Support the Project If you find this project helpful, please consider giving it a star on GitHub! Your support helps to grow the project and reach more contributors. ### Show some ā¤ļø by starring this awesome repository! ## License [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)