* Use react-oauth-popup for github authentication popup * Fetch auth token and use in app to fetch list of repositories * Get client id and secret from config * Use GitHub search API for fetching repos * Use debounce for searching repos and projects
* Add context to each request * Implement get user db query * Move constants to a separate file * Refactor database init method
* Set up gql server * Get config data from environment file