Currently unavailable
Currently in development...
Homey uses a custom REST API. The back-end was made with NodeJS, MongoDB, Express and Mongoose. On the client-side we are using MaterialUI and SASS for better stylization
Many more will come...
- Home with listing
- Login or Register as Buyer or Agency
- CRUD operation on property
- User & Agency profile
- Shopping cart
- React
- TypeScript
- SASS
- NodeJS
- MongoDB
- MongoDB GridFs
- Express
- Mongoose
THE WHOLE PROJECT HAS BEEN MADE FOR EDUCATION PURPOSES ONLY!
- Create a file called env.ts in src and export homeyAPIBaseURL variable
- To start in development environment: run npm start
- To build for production: run npm run build