Skip to content

An AI-powered technical mock interview platform - Senior Capstone Project (Abdul & Simon)✨

Notifications You must be signed in to change notification settings

Ashesi-Org/wanderer

Repository files navigation

Getting Started

Wanderer is an AI-powered technical mock interview platform. Check out the demo below👇:

Demo

y2mate.com.-.Wanderer.Demo_1080p.mp4

Installation

Clone the repo

git clone https://github.com/Ashesi-Org/wanderer

Change directory and install all packages

cd wanderer
npm install

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can find the server code and ML models on Simon's Github

Environment Variables

Replace the env values with the correct credentials. You will need this to successfully run the project


REACT_APP_RAPID_API_HOST=xxxxxxxxxxx
REACT_APP_RAPID_API_KEY=xxxxxxxxxxx

NEXT_PUBLIC_DEV_API_URL=xxxxxxxxxxx
NODE_ENV=development
NEXT_PUBLIC_DEV_API_URL=xxxxxxxxxxx
NEXT_PUBLIC_DEV_API_URL=xxxxxxxxxxx
NEXT_PUBLIC_PROD_API_URL=xxxxxxxxxxx


GROQ_API_KEY=xxxxxxxxxxx
DEEPGRAM_API_KEY=xxxxxxxxxxx
DEEPGRAM_STT_DOMAIN=https://api.deepgram.com
DEEPGRAM_ENV=development


Tools

Frontend - NextJs

Backend ExpressJS

Database - Postgres, MongoDB, and Redis

About

An AI-powered technical mock interview platform - Senior Capstone Project (Abdul & Simon)✨

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published