Skip to content

rebeccaborissova/tech-interview-buddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Backend

  • Make sure you have Go installed
  • Navigate to the folder where you cloned this repo and type the following in your terminal
    • go mod init tech-interview-buddy
    • go mod tidy
    • go run cmd/api/main.go
  • Note: go mod commands are only required for the first use.

Frontend

  • Make sure you have Node.js installed
  • From the folder you cloned this repo type the following in your terminal
    • cd frontend/code-connect
    • npm install
    • npm run dev
  • Add a .env.local and firebase-admin-config.json in the frontend/code-connect directory to set the API keys for the firebase functionality
  • Note: npm install is only required for the first use.

Jitsi Server

Public API Endpoints

  • Documentation can be found here

Jira Board

link!

Preview

Landing Page

image

Login Page

image

Dashboard

image

Joining A Call

Joining A Call Demo

About

A fullstack web application matching students with each other to do a mock interview!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •