An open API service indexing awesome lists of open source software.

https://github.com/yizhezhang-ervin/app_web_meteorhome

Home search App (Angular+Express RESTful(nodejs)+MongoDB+NGzorro)
https://github.com/yizhezhang-ervin/app_web_meteorhome

angular axios express googlemaps-api mongodb ng-zorro nodejs

Last synced: 3 days ago
JSON representation

Home search App (Angular+Express RESTful(nodejs)+MongoDB+NGzorro)

Awesome Lists containing this project

README

          

# Meteor Home
Home search App - Buy/Rent/Sell Real Estate Platform

## Features
- Buy home service: buy home
- Rent home service: browser different type of home(R),manage rent out home(CRUD),manage rent in home(RUD)
- Sell home service: sell home
- Login/Register service: login/register

## Infrastructure
Front End: Angular + NG-Zorro(Antd) + Axios + Google Maps
Back End: Express RESTful(node.js) + MongoDB(mongoose)

## Run
Install modules: npm install
Start DB: E:\Softwares\MongoDB\bin>mongod --dbpath E:\Softwares\MongoDB\data
Build frontend: webapp> ng build
Start backend: server> node server.js

## FrontEnd: Angular
### start project
ng new xxproject
ng generate component component-name

### Modules
ng add ng-zorro-antd

## BackEnd: Express
### start project
express -v
express xxProject -e
npm init
npm install
npm start

### Modules
npm install ejs
npm install mysql
npm install express-generator
npm install express
npm install mongoose