https://github.com/siddhantprateek/pheno
Pheno Application is designed to...
https://github.com/siddhantprateek/pheno
fastapi monitoring python
Last synced: 2 months ago
JSON representation
Pheno Application is designed to...
- Host: GitHub
- URL: https://github.com/siddhantprateek/pheno
- Owner: siddhantprateek
- Created: 2023-08-18T17:56:26.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-24T22:00:35.000Z (almost 3 years ago)
- Last Synced: 2025-04-10T01:46:46.487Z (about 1 year ago)
- Topics: fastapi, monitoring, python
- Language: Python
- Homepage:
- Size: 1.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README

# Pheno
> The Pheno Application is designed to... Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
## Application Requirements
- Python `3.9`
- pip `21.2.4`
## Setting up Development Environment
- Fork the repository [https://github.com/siddhantprateek/pheno](https://github.com/siddhantprateek/pheno) to your GitHub account.
- Clone the forked repository to your local machine using the following command:
```bash
git clone https://github.com/your-username/pheno.git
```
- Navigate to the project directory:
```bash
cd pheno
```
### **Running the Application using Docker Compose**:
- Make sure you have Docker and Docker Compose installed on your system.
- Run the application using Docker Compose with the following command:
```bash
docker-compose up -d
```
- The application should now be running in the background as defined in the `docker-compose.yml` file.
### **Installing Python Dependencies**:
- Ensure you have Python installed on your system.
- Install the Python dependencies specified in `requirements.txt` using the following command:
```bash
pip install -r requirements.txt
```
### **Running the Application Manually**:
- Navigate to the `app` directory:
```bash
cd app
```
- Start the server using UVicorn with the following command:
```bash
uvicorn main:app --reload
```
- The application should now be accessible at `http://localhost:8000`.
## Author
For questions or support, you can reach us at...
- [Siddhant Prateek Mahanayak]()