This is a MERN-STACK application for rental appartment where users can find appartment for rent and book a visit,also users can post their residency The application is divided into two the API and view.In the API I have used the MVC approach and for authentication we have used third party authentication service Auth0
git clone github.com/jenifferakinyi/MERN-STACK-RENTALS
cd api
npm install
npm start
cd users
npm install
npm Start