This application is targeting the mobile user intends to help the user for house renting. A user can find houses or even the owner can post here to rent his or her house.
This application is targeting the mobile user intends to help the user for house renting. A user can find houses or even the owner can post here to rent his or her house.
To install run:
npm install
To run on development mode (it will run in http://localhost:4200 by default):
npm run start
To build on production mode (it will run in http://localhost:4200 by default):
npm run build
To install run:
npm install
Rename .env-example to .env
Edit the SERVER_IP and DATABASE_URL variables of .env-example as your choices.
To run development server (it will run in http://localhost:3000 by default):
npm run dev:server
To run server (it will run in http://localhost:3000 by default):
npm run server
N.B. you have to install mongodb and configure mongodb database as mentioned in *.env-example* file.