Skip to content

Application Structure

Riya Jaggi edited this page Mar 15, 2021 · 2 revisions

Main Folders

backend/ contains all the backend implementation and scripts to pull information from Nova website.

frontend/ contains all the frontend implementation

Directory Map

.
├── backend
│   ├── data
│   ├── resources
│   ├── scripts
│   └── src
│       ├── DAO
│       ├── Types
│       ├── Firebase
│       ├── APIs
├── frontend
│   ├── 
│   └── 
├── package.json
├── .eslintignore
├── .eslintrc.json
├── .gitignore
├── .prettierignore
├── .prettierrc
├── CODEOWNERS
├── README.md
└── yarn.lock
Clone this wiki locally