Sell Estate App

This is a server for Sell Estate App. Frontend is here

Check how it looks like here: Sell Estate App

How to use the app with backend repository

  1. Download this repository
git clone https://github.com/t-pyrope/sell-estate-api.git
cd sell-estate-api
npm install
  1. Run it locally (make sure you have nodemon package installed globally)
nodemon server
  1. The server will run on http://localhost:5000
  2. Download the repository with the front of application
git clone https://github.com/t-pyrope/sell-estate-front.git
cd sell-estate-front
npm install
  1. Run it locally
npm start
  1. Open http://localhost:3000 to view it in the browser.