| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Codeinterview is a project for conducting interviews for a developer position.
Out of the box:
./client - Browser application by Create React App ./server - Server application by Nest.js
To start using codeinterview you need to launch 3 services. This service is responsible for the frontend and operation of the websocket room.
Install dependencies in ./client and ./server folders yarn --cwd=./client yarn --cwd=./server
Build browser application yarn --cwd=./client build
Copy ./server/.env.example to ./server/.env
Create Github Oauth application for application authenticaton
Set parameters in Github OAuth application
Authorization callback URL
http://localhost:3001/auth/callback
Homepage URL http://localhost:3001
Paste Client ID and Client Secret from Github OAuth application in .env
Build server application yarn --cwd=./server build
Start application yarn ---cwd=./server start
| Back | FazBrowse Home | New Git URL |