Skip to content

SullivanXiong/eState

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eState

Pinnacle Hacks 2021 repo for eState.

eState is a platform that allows real estate agencies, estate seekers, and solo real estate agents to do estate transactions in a cheaper, faster, and more transparent way.

How to run the environment

Get up-to-date npm and node

Windows Install from the official Node.JS Website https://nodejs.org/en/
Mac (All available options as noted in https://nodejs.org/en/download/package-manager/#macos)
  curl "https://nodejs.org/dist/latest/node-${VERSION:-$(wget -qO- https://nodejs.org/dist/latest/ | sed -nE 's|.*>node-(.*)\.pkg</a>.*|\1|p')}.pkg" > "$HOME/Downloads/node-latest.pkg" && sudo installer -store -pkg "$HOME/Downloads/node-latest.pkg" -target "/"

  brew install node

  port install nodejs16

  pkgin -y install nodejs
Linux (Debian/Ubuntu)
  sudo apt update

  sudo apt install npm

  sudo npm install node@16.9.1 -g --force

Initially install necessary packages

npm install

List of Main Packages Used

stellar-sdk
albedo-link
material-ui
ipfs-mini
react

Frontend

npm run start

Backend

node express.js

Tech Stack

Frontend

- React.js

Backend

- Node.js@16.9.1
- express.js

Blockchain

- stellar-sdk
- ipfs-mini
- ipfs-core

image

About

Pinnacle Hacks 2021 repo foreState

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •