Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


Bikinsoal – an open-source quiz generator tool for teacher.

Bikinsoal



Bikinsoal – an open-source quiz generator tool for teacher.



Twitter


License


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).