Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 761 Bytes

README.md

File metadata and controls

38 lines (32 loc) · 761 Bytes

FULL-STACK RENTAL APPARTMENTS WEBSITE

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

Installation

Clone repository

git clone github.com/jenifferakinyi/MERN-STACK-RENTALS

Navigate to the directory

cd api

Install Dependancies

npm install

Start the development

npm start

Navigate to the view directory

cd users

Install dependancies

npm install

Start the development server

npm Start