Intera is a real estate website where you can find properties to buy and rent. You can also add your own properties as a real estate agent. You can use Intera to research homes for sale in the area, then you can contact the home sellers or landlords directly through the website.
https://intera-app.herokuapp.com/
Clone the project
git clone https://github.com/gdmgent-2122-mobdev2/eindopdracht-michaelreinhard1.gitGo to the project directory
cd eindopdracht-michaelreinhard1Install dependencies for the app
cd app
npm installRun the app
npm startAdd the .env file for the app
Install dependencies for the api
cd api
npm installAdd the .env file for the api
Run the api
npm start| password | |
|---|---|
admin@admin.com |
testtest |
| password | |
|---|---|
agent@agent.com |
testtest |
| password | |
|---|---|
user@user.com |
testtest |