Thanks to visit codestin.com
Credit goes to github.com

Skip to content

G97-TECH-MKT/simple-app1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple App1 Repo

This repository contains a Simple App1 application.

Installation

To install the necessary dependencies, follow these steps:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory.
  3. Create a virtual environment: python -m venv venv.
  4. Activate the virtual environment:
    • On Windows: venv\Scripts\activate.
    • On macOS and Linux: source venv/bin/activate.
  5. Install the dependencies: pip install -r requirements.txt.

Execution

To run the Simple App1 application, follow these steps:

  1. Make sure you are in the project directory.
  2. Activate the virtual environment if it's not already activated.
  3. Start the application: uvicorn main:app --reload.
  4. Open your web browser and navigate to http://localhost:8000 to access the application.

That's it! You should now have the Simple App1 application up and running.

About

Simple app1, app used for tech tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages