This is a server for Sell Estate App. Frontend is here
Check how it looks like here: Sell Estate App
- Download this repository
git clone https://github.com/t-pyrope/sell-estate-api.git
cd sell-estate-api
npm install
- Run it locally (make sure you have
nodemon
package installed globally)
nodemon server
- The server will run on http://localhost:5000
- 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
- Run it locally
npm start
- Open http://localhost:3000 to view it in the browser.