Skip to content

Directory Structure

Gilyoung Kim edited this page Jul 11, 2018 · 1 revision
├── client            	 Web UI (reactjs)
	├── components   
	├── pages        
	├── request     
	├── index.tsx    (entry point)     
├── server         	 Nodejs server
	├── config       
	├── api.ts       
	├── ElasticSearchAgent.ts       
	├── ServerContext.ts          
	├── index.ts     (entry point)
├── worker         	 Nodejs application for indexing CodeChain data to ElasticSearch
	├── config       
	├── elasticsearch   
	├── CodeChainAgent.ts    
	├── ElasticSearchAgent.ts  
	├── index.ts     (entry point)    
Clone this wiki locally