Skip to content

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

Notifications You must be signed in to change notification settings

branebb/ai-tools

Repository files navigation

If you wish to try the project,

add .env file to whole project

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,

npm install

then

npm run dev

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published