moleculemaker / chemscraper-frontend

MIT License
1 stars 0 forks source link

Design FastAPI Application #5

Open yashdeep97 opened 1 year ago

yashdeep97 commented 1 year ago

Description: Design the structure of the FastAPI application, including the endpoints, data models, and any necessary proxy services.

Acceptance Criteria:

  1. All necessary endpoints are defined with appropriate methods (GET, POST, PUT, DELETE).
  2. Data models are defined for all required data objects.
  3. Query required data from Pub chem API.