Creating my first ever REST server guessing game using Python!
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.
To run this project, make sure you have Python installed on your system. Then, follow these steps:
- Clone the repository:
git clone https://github.com/rabbitglauser/guessing_game.git
- Navigate to the project directory:
cd guessing_game
- Install the required dependencies:
pip install -r requirements.txt
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.
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.
Feel free to use, modify, and distribute this project.