This repository contains a Simple App1 application.
To install the necessary dependencies, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Create a virtual environment:
python -m venv venv. - Activate the virtual environment:
- On Windows:
venv\Scripts\activate. - On macOS and Linux:
source venv/bin/activate.
- On Windows:
- Install the dependencies:
pip install -r requirements.txt.
To run the Simple App1 application, follow these steps:
- Make sure you are in the project directory.
- Activate the virtual environment if it's not already activated.
- Start the application:
uvicorn main:app --reload. - Open your web browser and navigate to
http://localhost:8000to access the application.
That's it! You should now have the Simple App1 application up and running.