Skip to content

Repository files navigation

stellarView

! our server is being transferred to a new host, thank you for your patience !

stellarView is a full-stack interactive prep tool to help developers build confidence for their next technical interview.

Team Members

Project TeamGitHubLinkedIn
Aaron Enyetu (he/him)GithubLinkedIn
Austin Han (he/him)GithubLinkedIn
Jenna Graham (she/her)GithubLinkedIn
Kashi Tamang (they/them)GithubLinkedIn
Brien Thomas (he/him)GithubLinkedIn
Kat Zaro (she/her)GitHubLinkedIn

Backend API

User Routes

  • POST /api/v1/users/
  • POST /api/v1/users/session
  • GET /api/v1/users/me
  • DELETE /api/v1/users/session

Quiz Routes

  • GET /api/v1/quiz/:category/:level
  • GET /api/v1/quiz

Creating a new database

commanddescription
cd ~Navigate to root directory
cd ../..
WindowsCommands for Windows
cd C:\Program Files\PostgreSQL\14\bin\
./createdb -U postgres YOUR_DB_NAME
MacCommands for Mac
cd /Applications/Postgres.app/Contents/Versions/14/bin
./createdb -U postgres YOUR_DB_NAME
createdb -U postgres stellarView

About

stellarView is a full-stack interactive prep tool to help developers build confidence for their next technical interview.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages