test-fastapi-vue

A simple repo demonstrating fastapi and vue js to browse image from directory

Step to run# test-fastapi-vue

A simple repo demonstrating fastapi and vue js to browse image from directory

Step to run

Installation and Testing

Install fastapi dependencies and run

    pip install fastapi uvicorn[standard]
    cd backend
    uvicorn main:app --reload

Install vue js dependencies and run

    cd frontend
    npm install
    npm run dev