! 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.
Project Team | GitHub | |
---|---|---|
Aaron Enyetu (he/him) | Github | |
Austin Han (he/him) | Github | |
Jenna Graham (she/her) | Github | |
Kashi Tamang (they/them) | Github | |
Brien Thomas (he/him) | Github | |
Kat Zaro (she/her) | GitHub |
POST /api/v1/users/
POST /api/v1/users/session
GET /api/v1/users/me
DELETE /api/v1/users/session
GET /api/v1/quiz/:category/:level
GET /api/v1/quiz
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 |