Skip to content

This is the backend for a website with games created by the class G1b in Kanti Baden.

License

Notifications You must be signed in to change notification settings

CoderAryanAnand/BackendKantiBaden

Repository files navigation

BackendKantiBaden

Flask License Code style: black

Description

This is a Flask-based backend, which powers a website with games created by the class G1b in Kanti Baden.

Installation

  1. Clone the repository:

git clone https://github.com/CoderAryanAnand/BackendKantiBaden.git

  1. Change into the project directory:

cd BackendKantiBaden

  1. Install flask:

pip install -r requirements.txt

If that doesn't work because you are on a Mac, try python3 -m pip install -r requirements.txt

Usage

  1. Start the Flask development server:

python app.py

On a Mac, you may need to run python3 app.py

Or you may need to first run python init_db.py

  1. Visit http://localhost:5000 in your web browser to access the application.

Contributions

Contributions to this project are welcome! Please follow these guidelines when submitting a contribution:

Fork the repository and create a new branch for your changes:

git clone https://github.com/CoderAryanAnand/BackendKantiBaden.git
cd BackendKantiBaden
git checkout -b my-feature-branch

Make your changes and commit them (please write a detailed commit message):

git add .
git commit -m "Added a new feature"

Push your changes to your forked repository:

git push origin my-feature-branch

Open a pull request against the main branch of the original repository.

In the pull request description, please include:

  • A summary of the changes made
  • The reason for the changes
  • Any relevant links or information

Your pull request will be reviewed by the project maintainers, and any necessary changes will be requested. Once your changes have been approved, they will be merged into the main branch.

If you are not familiar with Git, please refer to the official Git documentation or GitHub's Git tutorial.

Thank you for your contributions!

License

This project is licensed under the terms of the MIT license. See LICENSE for more information.

About

This is the backend for a website with games created by the class G1b in Kanti Baden.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •