Imwisagist / SPA_on_react

SPA on react and one endpoint on fastapi. When you enter a product item on the page, the frontend accesses the backend, the backend goes to the remote API and requests a list of products that returns to the frontend, and it outputs the list in the form of a table.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPA on react

Clone repository and enter in directory infra:

git clone https://github.com/Imwisagist/Test_task_for_AG.git && cd infra

Run docker-compose:

docker-compose up

Open your browser:

Open http://localhost:3010 to view it in your browser.

How it looks like:

  • Main page: screenshot
  • Correct input: screenshot
  • Incorrect input: screenshot

About

SPA on react and one endpoint on fastapi. When you enter a product item on the page, the frontend accesses the backend, the backend goes to the remote API and requests a list of products that returns to the frontend, and it outputs the list in the form of a table.


Languages

Language:CSS 51.1%Language:JavaScript 38.9%Language:Python 4.5%Language:HTML 3.2%Language:Dockerfile 2.3%