xavierbatista / CloudContact-MERN

Cloud Contact App Where User can register, login and then keep their contacts in the cloud

Home Page:https://cloud-contact-devmahmud.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloud Contact

Cloud Contact App Where User can Register, Login and then keep and manage their contacts in the cloud. In this project i have use Node Js, Express, Mongodb for Serving api and React With Redux for Frontend.

See live demo here

https://cloud-contact-devmahmud.herokuapp.com/

Install dependencies for server

npm install

Install dependencies for client

npm run client-install

Run the client & server with concurrently

npm run dev

Run the Express server only

npm run server

Run the React client only

npm run client
Server runs on http://localhost:5000 and client runs on http://localhost:3000
You need to setup your mongo database connection string in "config/default.json" folder and also the jwt secret

Project snapshot

User Homepage

image

Author

Mahmudul alam Email: expelmahmud@gmail.com

========Thank You !!!=========

About

Cloud Contact App Where User can register, login and then keep their contacts in the cloud

https://cloud-contact-devmahmud.herokuapp.com/


Languages

Language:JavaScript 83.7%Language:CSS 14.6%Language:HTML 1.7%