Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fahreziadh/bikinsoal
A Next.js Project that implements GPT-3.5 turbo, T3-Stack App Router, Next-auth, Drizzle and ShadcnUI
https://github.com/fahreziadh/bikinsoal
gpt-4 nextjs shadcn-ui t3-stack trpc typescript
Last synced: about 1 month ago
JSON representation
A Next.js Project that implements GPT-3.5 turbo, T3-Stack App Router, Next-auth, Drizzle and ShadcnUI
- Host: GitHub
- URL: https://github.com/fahreziadh/bikinsoal
- Owner: fahreziadh
- License: agpl-3.0
- Archived: true
- Created: 2023-03-13T04:09:50.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-31T23:34:59.000Z (2 months ago)
- Last Synced: 2024-09-23T08:38:18.446Z (about 2 months ago)
- Topics: gpt-4, nextjs, shadcn-ui, t3-stack, trpc, typescript
- Language: TypeScript
- Homepage: https://bikinsoal.com
- Size: 3.43 MB
- Stars: 109
- Watchers: 5
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Bikinsoal – an open-source quiz generator tool for teacher.
Introduction ·
Features ·
Local Development ·
Tech Stack ·
Contributing
## Introduction
Bikinsoal is an open-source quiz generator tool for teacher.
## Features
- [Generate Quiz](https://bikinsoal.com)
- [History](https://bikinsoal.com/history)## Local Development
To develop Bikinsoal locally, you will need to clone this repository and set up all the env vars outlined in the [`.env.example` file](https://github.com/fahreziadh/bikinsoal/blob/master/.env.example)].
Once that's done, you can use the following commands to run the app locally:
```
yarn install
yarn build
yarn dev
```
## Tech Stack- [Next.js](https://nextjs.org/) – framework
- [Typescript](https://www.typescriptlang.org/) – language
- [Tailwind](https://tailwindcss.com/) – CSS
- [OpenAI - GPT 3.5 Turbo](https://openai.com/) – AI Model
- [Upstash](https://upstash.com/) – redis
- [PlanetScale](https://planetscale.com/) – database
- [NextAuth.js](https://next-auth.js.org/) – auth
- [Vercel](https://vercel.com/) – deployments## Contributing
We love our contributors! Here's how you can contribute:
- [Open an issue](https://github.com/fahreziadh/bikinsoal/issues) if you believe you've encountered a bug.
- Make a [pull request](https://github.com/fahreziadh/bikinsoal/pull) to add new features/make quality-of-life improvements/fix bugs.## License
Inspired by [Plausible](https://plausible.io/), Bikinsoal is open-source under the GNU Affero General Public License Version 3 (AGPLv3) or any later version. You can [find it here](https://github.com/fahreziadh/bikinsoal/blob/main/LICENSE.md).