Skip to content

miftahganzz/Python-Api-

Repository files navigation

Introduction

This project is a simple REST API use Python for learn

Installation

  1. Make sure Python is installed on your system. If not, install Python from python.org.

  2. Clone this repository to your local machine:

    git clone https://github.com/miftahganzz/Python-Api-.git
    cd Python-Api-
  3. Install the required dependencies:

    pip install -r requirements.txt

Running Project

Run the application using Flask:

python main.py

The application will run at http://localhost:5000/

Contributing

If you would like to contribute to this project, follow these steps:

  1. Fork this repository.
  2. Create a new feature branch (git checkout -b feature/new-feature).
  3. Make your changes and commit them (git commit -am 'Add new feature').
  4. Push to the branch on your fork (git push origin feature/new-feature).
  5. Create a pull request.