Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1.27 KB

README.md

File metadata and controls

48 lines (34 loc) · 1.27 KB

Guessing Game 🎮🐍💻

Creating my first ever REST server guessing game using Python!

Table of Contents

Introduction

This project is a simple REST server-based guessing game developed in Python. The purpose of this project is to learn and practice creating RESTful services using Python.

Installation

To run this project, make sure you have Python installed on your system. Then, follow these steps:

  1. Clone the repository:
    git clone https://github.com/rabbitglauser/guessing_game.git
  2. Navigate to the project directory:
    cd guessing_game
  3. Install the required dependencies:
    pip install -r requirements.txt

Usage

To start the server, run the following command:

python app.py

The server will start, and you can interact with the guessing game via the provided REST API endpoints.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code follows the project's coding standards and includes appropriate tests.

License

Feel free to use, modify, and distribute this project.