-
Notifications
You must be signed in to change notification settings - Fork 2
Application Structure
Riya Jaggi edited this page Mar 15, 2021
·
2 revisions
backend/
contains all the backend implementation and scripts to pull information from Nova website.
frontend/
contains all the frontend implementation
.
├── backend
│ ├── data
│ ├── resources
│ ├── scripts
│ └── src
│ ├── DAO
│ ├── Types
│ ├── Firebase
│ ├── APIs
├── frontend
│ ├──
│ └──
├── package.json
├── .eslintignore
├── .eslintrc.json
├── .gitignore
├── .prettierignore
├── .prettierrc
├── CODEOWNERS
├── README.md
└── yarn.lock