The fourth weekend assignment for Prime Digital Academy was to create a real estate listing application using the SEAN stack.
AngularJS, NodeJS, Express, PostgreSQL
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Steps to get the development environment running.
- Download this project.
npm install
npm start
And so on...
Include one or two screen shots of your project here (optional). Remove if unused.
- create angular app
- create routes
- nav links to switch between them
- three views/controllers
- Home view, allow user to add property
- create add property form
- radio button for sale/rental
- select for image names
- create add property form
- Rental/Sale views
- display listings as "cards" with information on them
- each card has a delete button
- display listings as "cards" with information on them
- Home view, allow user to add property
- Name of author(s)
- Hat tip to anyone who's code was used