Manage listings entails the following:
- Add listings
- Update listings
- View listings
- Expire listings
A listing contains the following:
- Multiple images
- Number of bedrooms
- Postcode
- Address
- Description
- Asking price
- Expired
Taking advantage of the advances in technology and industry standards, create a simple application that can perform the tasks outlined above.
For the purposes of this challenge use what you prefer for tactically storing the information (session storage, file storage, database), stating however your preferred solution should you implement a full solution.
npm installquasar devnpm run lintquasar build