Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
tblanarik committed Sep 9, 2024
1 parent 294b2fd commit 34f7357
Showing 1 changed file with 1 addition and 57 deletions.
58 changes: 1 addition & 57 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,58 +1,2 @@
azure-functions
requests# Project Name

## Description
This project is designed to [provide a brief description of what your project does].

## Requirements
- Python 3.x
- `azure-functions`
- `requests`

## Installation
1. Clone the repository:
```sh
git clone https://github.com/yourusername/yourproject.git
cd yourproject
```

2. Create a virtual environment:
```sh
python3 -m venv venv
source venv/bin/activate
```

3. Install the dependencies:
```sh
pip install -r requirements.txt
```

## Usage
1. To run the project locally, use the following command:
```sh
func start
```

2. Open your browser and navigate to `http://localhost:7071` to see the application in action.

## Deployment
To deploy the project to Azure Functions, follow these steps:
1. Install the Azure Functions Core Tools:
```sh
npm install -g azure-functions-core-tools@3
```

2. Deploy the function app:
```sh
func azure functionapp publish <FunctionAppName>
```

## Contributing
1. Fork the repository.
2. Create a new branch (`git checkout -b feature-branch`).
3. Commit your changes (`git commit -am 'Add new feature'`).
4. Push to the branch (`git push origin feature-branch`).
5. Create a new Pull Request.

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
requests

0 comments on commit 34f7357

Please sign in to comment.