Follow the steps below to run the FastAPI application:
Ensure you have Python installed on your system. Then, install the required dependencies using the following command:
pip install -r requirements.txt
Use the following command to start the server:
uvicorn app:app --reload
Follow the steps below to run the NextJS App:
Ensure you have the latest version of Node
npm i
Use the following command to start the server:
npm run dev
