https://github.com/whaha-ha/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/whaha-ha/cloudcontact-mern
authentication crud-application expressjs mern-project mongodb nodejs react react-project react-redux
Last synced: 5 months 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/whaha-ha/cloudcontact-mern
- Owner: WHAHA-HA
- Created: 2022-04-21T15:03:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T16:00:20.000Z (about 3 years ago)
- Last Synced: 2025-04-07T09:03:38.527Z (8 months 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: 209 KB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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
```