/framily

Family Socializing/Exploring/Dating (MERN APP)

Primary LanguageJavaScript

## welcome to Framily project 

## to start backend at port:5000
	
	cd framily
	npm start

## to start frontend at port:3000
	
	cd framily/frontend
	npm start



## to start chatserver at port:5001
	
	cd framily/frontend
	npm start