This repository is a combonation of multiple projects altogether with central portal to access application, including:
- DekHor Blogs: An application that user can write blogs
- DekHor Dorms: Helps user find dorm near university that the like
- DekHor Markets: Let users sell things
The project is structured as follows:
root/
│
├── hornaidee/ # Contains DekHor Dorms source code
│ ├── web/
│ └── server/
│
├── MarketConnect/ # Contains DekHor Markets source code
│ ├── web/
│ └── server/
│
├── super-app/ # Contains portal source code
│ ├── web/
│ └── server/
│
└── TuachuayDekHor/ # Contains DekHor Blogs source code
├── web/
└── server/