Skip to content

Real estate agency web application created as a school project in Angular and Node.js

License

Notifications You must be signed in to change notification settings

anae09/real-estate-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Estate Agency Web Application

Real estate agency web application created as a school project in Angular and Node.js

Required Libraries

Frontend:
Angular Material: ng add @angular/material / https://material.angular.io/guide/getting-started
Swiper: npm install swiper / https://swiperjs.com/get-started
ng2-charts: npm install --save chart.js / https://valor-software.com/ng2-charts/

Backend:
express: https://expressjs.com/en/starter/installing.html
cors: https://www.npmjs.com/package/cors
bodyParser: https://www.npmjs.com/package/body-parser
mongoose: https://www.npmjs.com/package/mongoose
multer: https://www.npmjs.com/package/multer
type-multer: https://www.npmjs.com/package/@types/multer

Run Project

Start mongodb and import files from mongodump.

In one terminal:

cd backend
tsc
npm run serve

In other terminal:

cd frontend/app
ng serve --open

![pia](https://user-images.githubusercontent.com/79768470/129181998-2d732b34-a9e1-4b3c-8ee6-526e97059eb0.gif) ![nekretnina](https://user-images.githubusercontent.com/79768470/129187580-cf04bc49-1494-4da6-bf55-5cc9a89cfa10.gif)

About

Real estate agency web application created as a school project in Angular and Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published