Skip to content

avi-l/ht-task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

Sample House Valuation Webapp

A live version might be running here, but likely the backend db is sleeping from non-use, as this is just a demo. check it out: https://housetable-task.onrender.com

Video Title

(Click on the above image to watch a demo on youtube)

This guide provides step-by-step instructions on how to set up and run the web app locally.

== Prerequisites ==

Make sure you have the following software installed on your machine:

  • Node.js
  • npm (Node Package Manager)

== Installation and Running App ==

  1. Clone the repository from GitHub:
git clone https://github.com/avi-l/ht-task.git
  1. Navigate to the project directory:
cd ht-task
  1. Install the project dependencies for both the client and the backend:
cd backend
npm install
  1. Configure database and API credentials: create a .env file in backend root directory with the values listed in .env.template (or use the values I provided to connect to ElephantSql)
  2. Start the server
npm run dev
  1. Navigate to client and start the app
cd ../client
npm install
npm run dev

Your terminal should have the localhost url for you to put in a browser and start using.. enjoy!

About

Sample House Value App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published