Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/user-matth/houzel_api
Advanced AI for precise medical diagnostics, leveraging complex data analysis
https://github.com/user-matth/houzel_api
ai api-rest nestjs openai-api prisma
Last synced: 4 days ago
JSON representation
Advanced AI for precise medical diagnostics, leveraging complex data analysis
- Host: GitHub
- URL: https://github.com/user-matth/houzel_api
- Owner: user-matth
- Created: 2024-02-11T21:01:52.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T11:36:24.000Z (11 months ago)
- Last Synced: 2024-11-12T20:26:21.530Z (2 months ago)
- Topics: ai, api-rest, nestjs, openai-api, prisma
- Language: TypeScript
- Homepage: https://mcardoso.dev
- Size: 336 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* Houzel API
Advanced AI for precise medical diagnostics, leveraging complex data analysis.
🚧 Houzel API is under development 🚧## Get Started
You'll need [Node.js](https://nodejs.org/en) installed on your computer in order to build this app. Also you'll need to setup [NestJS CLI](https://www.npmjs.com/package/@nestjs/cli), [Prisma](https://www.prisma.io/docs/getting-started) and [Postgres SQL](https://www.postgresql.org).
```bash
git clone [email protected]:user-matth/houzel_api.git
cd houzel_api
npm i
npx prisma generate
npx prisma migrate:dev
npm run start:dev
```## Stay in touch
- Author - [Matheus Cardoso](https://github.com/user-matth)
- Website - [https://mcardoso.dev](https://mcardoso.dev)
- Twitter - [@import_cardoso](https://twitter.com/import_cardoso)## License
Nest is [MIT licensed](LICENSE).