Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahnlabcloudmatelabs/backend-generator-ai
https://github.com/ahnlabcloudmatelabs/backend-generator-ai
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahnlabcloudmatelabs/backend-generator-ai
- Owner: ahnlabcloudmatelabs
- License: mit
- Created: 2024-01-06T00:27:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-09T11:05:27.000Z (almost 1 year ago)
- Last Synced: 2024-08-28T11:44:27.772Z (4 months ago)
- Language: Svelte
- Size: 71.3 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backend Generator AI
## Description
This is a prototype of backend code generator using LLM.
Use Ollama to run LLM locally.
And provides a web interface for easy use.## Caution
- This is a prototype.
- Generated code is may not work very nice.## Prepare
- Install [Ollama](https://ollama.ai/download)
- `ollama pull codellama`## Start server
```bash
git clone https://github.com/cloudmatelabs/backend-generator-ai.git
cd backend-generator-ai
bun install
bun run dev
```and open http://localhost:5173
If you not want to use bun, you can use `npm` or `yarn` or `pnpm`.
## Usage
1. Fill in the form and click "Generate" button.
2. Wait for a while and you will see the generated code.## License
[MIT](LICENSE)