Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmahmud/cloudcontact-mern
Cloud Contact App Where User can register, login and then keep their contacts in the cloud. In this project i have use Node Js, Express, Mongodb for Serving api and React With Redux for Frontend.
https://github.com/devmahmud/cloudcontact-mern
authentication crud-application expressjs mern-project mongodb nodejs react react-project react-redux
Last synced: 19 days ago
JSON representation
Cloud Contact App Where User can register, login and then keep their contacts in the cloud. In this project i have use Node Js, Express, Mongodb for Serving api and React With Redux for Frontend.
- Host: GitHub
- URL: https://github.com/devmahmud/cloudcontact-mern
- Owner: devmahmud
- Created: 2019-11-15T18:49:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:25:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T07:24:36.709Z (about 1 month ago)
- Topics: authentication, crud-application, expressjs, mern-project, mongodb, nodejs, react, react-project, react-redux
- Language: JavaScript
- Homepage: https://cloud-contact-devmahmud.herokuapp.com/
- Size: 707 KB
- Stars: 11
- Watchers: 2
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://user-images.githubusercontent.com/19981097/68968679-60cf0b00-080d-11ea-9175-819d59248224.png)
## Author
Mahmudul alam
Email: [email protected]========Thank You !!!=========