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.
- Host: GitHub
- URL: https://github.com/branebb/ai-tools
- Owner: branebb
- Created: 2023-07-28T18:13:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-22T16:59:40.000Z (about 1 year ago)
- Last Synced: 2025-06-22T17:40:35.394Z (about 1 year ago)
- Topics: clerk, nextjs, openai, tailwind
- Language: TypeScript
- Homepage:
- Size: 617 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.