Coder Social home page Coder Social logo

housetable's Introduction

Housetable project

A home valuation system full stack project using Express, React, Sequelize.

Getting Started

This guide assumes you are using linux and have Node.js installed on your machine.

Clone the repository

git clone https://github.com/abrahammurciano/housetable.git
cd housetable

Install dependencies

npm install
(cd client && npm install)
(cd server && npm install)

Launch the app

To build then start the app in release mode, run this.

npm run build
npm start

To run it in development mode, where every time you make a change to the code it will automatically reflect in the app, run this.

npm run dev

Run the tests

npm test

Take the tour

When you first launch the app at /, you will see a page like this. This is what it looks like at the beginning, when there are no houses in the database.

Empty home page

Let's start by adding a house. Click the + in the bottom corner to get started. You will be taken to /house/new where you can fill in the details of the house you want to add.

Add house page

When you click Add, you will be taken to /house/:id where you can see and edit the details of the house you just added.

House page

We can update a value, let's say the loan amount, and click Update to save the changes. You'll see that the risk level changes.

Updated house

Clicking Back will take us to the home page, where we can add a few more houses. Now we can see that all the houses we've added are listed there, and clicking any of them will take us back to the detail page where we can modify it.

Full home page

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.