Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.74 KB

README.md

File metadata and controls

48 lines (36 loc) · 2.74 KB

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