Skip to content

antl31/FastAPI_data_fetcher

Repository files navigation

outflink

Start Backend-End

create .env file in root folder
.env file example:
FAKE_API_URL=
FAKE_API_KEY=

make api-build
make up

Open API
http://0.0.0.0:8000/docs

Start Front-End

cd frontend/
npm install
npm start