Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialization Proposal: Integrate FastAPI into DataLoom Project #3

Open
th4ruka opened this issue Mar 23, 2024 · 0 comments
Open

Initialization Proposal: Integrate FastAPI into DataLoom Project #3

th4ruka opened this issue Mar 23, 2024 · 0 comments

Comments

@th4ruka
Copy link

th4ruka commented Mar 23, 2024

Overview

  • This issue proposes initializing the DataLoom project with FastAPI to leverage its robustness, performance, and ease of use for building APIs.

Objective

  • The objective of this issue is to kickstart the DataLoom project by integrating FastAPI as the framework for developing the backend application.

Tasks

1. Create Application Structure:

  • Define the basic directory structure for the repository.
    • /backend - Backend source code.
    • /frontend - Frontend source code.

2. Setup FastAPI Environment:

  • Create a Python virtual environment under /backend directory to maintain project isolation.
  • Install FastAPI and its dependencies.
  • Set up initial files as main.py and requirements.txt under /backend directory.

3. Implement Basic FastAPI Endpoint:

  • Develop a foundational FastAPI endpoint to validate the integration.
  • This endpoint should ideally return a basic response ("Hello World") to verify the application's functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant