Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikcede/macro-diet-api
NextJS API for calculating diet info, built with the help of Codespaces and AI
https://github.com/ikcede/macro-diet-api
api chatgpt codespaces mui nextjs nutrition typescript v0dev
Last synced: 2 days ago
JSON representation
NextJS API for calculating diet info, built with the help of Codespaces and AI
- Host: GitHub
- URL: https://github.com/ikcede/macro-diet-api
- Owner: ikcede
- License: mit
- Created: 2024-09-10T04:25:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T01:03:41.000Z (5 months ago)
- Last Synced: 2024-11-21T17:07:40.311Z (2 months ago)
- Topics: api, chatgpt, codespaces, mui, nextjs, nutrition, typescript, v0dev
- Language: TypeScript
- Homepage: https://macro-diet-api.vercel.app
- Size: 194 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Macro Diet API
A NextJS API application for calculating macros. I wanted to test how well AI could scaffold some simple NextJS API code, and it actually did very well.
Built with:
- Github Codespaces
- NextJS
- v0 by Vercel
- ChatGPT
- ClaudeAI
- zod
- MUI## Development
To run the dev server:
```bash
npm run dev
```Before deploying:
```bash
npm test
npm run format
npm run build
```