Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```