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

https://github.com/branebb/ai-tools

Final project for my bachelor's degree Web programming course.
https://github.com/branebb/ai-tools

clerk nextjs openai tailwind

Last synced: 3 months ago
JSON representation

Final project for my bachelor's degree Web programming course.

Awesome Lists containing this project

README

          

If you wish to try the project,

add .env file to whole project
```bash
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
CLERK_SECRET_KEY=

NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL=/dashboard
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL=/dashboard

OPENAI_API_KEY =

REPLICATE_API_TOKEN =

MONGODB_URI =
```
where you need to provide keys yourself.

First run,

```bash
npm install
```

then

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

If you wish to see official deployed website contact me through my gmail branebrekalo@gmail.com.