Skip to content

Creating my first ever REST server guessing game using Python! ๐ŸŽฎ๐Ÿ๐Ÿ’ป

Notifications You must be signed in to change notification settings

rabbitglauser/guessing_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

15 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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.

About

Creating my first ever REST server guessing game using Python! ๐ŸŽฎ๐Ÿ๐Ÿ’ป

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages