Skip to content

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

Notifications You must be signed in to change notification settings

stellarview/stellarView-backend

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 Team GitHub LinkedIn
Aaron Enyetu (he/him) Github LinkedIn
Austin Han (he/him) Github LinkedIn
Jenna Graham (she/her) Github LinkedIn
Kashi Tamang (they/them) Github LinkedIn
Brien Thomas (he/him) Github LinkedIn
Kat Zaro (she/her) GitHub LinkedIn

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

command description
cd ~ Navigate to root directory
cd ../..
Windows Commands for Windows
cd C:\Program Files\PostgreSQL\14\bin\
./createdb -U postgres YOUR_DB_NAME
Mac Commands 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

Watchers

Forks

Releases

No releases published

Packages

No packages published