https://github.com/Jaswir/Nutritious
First, install the dependencies:
npm install
# or
yarn
# or
pnpm installThen, run the development server:
npm run startOpen http://localhost:8000 with your browser to see the result.
The FastApi server will be running on http://127.0.0.1:8000 – feel free to change the port in package.json (you'll also need to update it in next.config.js).