https://github.com/bankole2000/devconnector
MERN F2B Course project - Social network for Developers built on the MERN stack
https://github.com/bankole2000/devconnector
Last synced: over 1 year ago
JSON representation
MERN F2B Course project - Social network for Developers built on the MERN stack
- Host: GitHub
- URL: https://github.com/bankole2000/devconnector
- Owner: Bankole2000
- Created: 2019-04-26T22:02:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T21:37:40.000Z (about 7 years ago)
- Last Synced: 2025-04-09T18:13:17.472Z (over 1 year ago)
- Language: JavaScript
- Size: 537 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevConnector 1.0
Social Network application for developers, being built on the MERN stack (Work In Progress). [Demo Currently Unavailable](https://bankole2000.github.io/devconnector)
[](https://bankole2000.github.io/devconnector)
_
"Thanos Snapped..."
_
## What it is (or will be)
A learning oriented, MERN stack demo Project to practice Full Stack Web app development. A basic social Network for develpers, to be built with:
- MongoDB
- Mongoose
- Express
- React
- Redux
- Bootstrap 4
- PostMan
- JSON Web Tokens
- Passport
- Bcrypt js
- HTML
- Vanilla JS - ES6
- [Awesomeness](https://www.wikihow.com/Love-Programming) - Strictly for the love of coding _Mehn!_
## What it will do
- User Registration and Authentication
- Extensive User Profiles
- Users can CRUD Posts
- Users can CRUD comments
- Users can Like/Unlike Posts
## Learning Points
- Like... A whoooole lot, lol. I'll write em out soon enough
## Issues
Encoutered errors logging into MongoDB Atlas.
1. First error
```javascript
name: 'MongoNetworkError',
errorLabels: [ 'TransientTransactionError' ],
[Symbol(mongoErrorContextSymbol)]: {}
```
**how to fix**: Check that IP address is White listed On Cloud mongoDB hosting (or just use `allow all IP addresses` and be done with that)
2. Second Error
```javascript
ok: 0,
errmsg: 'bad auth Authentication failed.',
code: 8000,
codeName: 'AtlasError',
name: 'MongoError',
[Symbol(mongoErrorContextSymbol)]: {}
```
**how to fix**: Check collection database login details in mongoDB connection string. (Make sure your details - database username and password) - in the connection string are correct.
## Some cool stuff
Work In progress... Cool stuff will go here don't worry, lol
```javascript
// There will be some cool code here too
```
```javascript
// And also here
```
## Features in Development
Work in Progress.
## Acknowledgments
- Many thanks to [@bradtraversy](https://github.com/bradtraversy) for his awesome courses - _i will not fail you sensei_
- Thanks to [@torvalds](https://github.com/torvalds) For Making the world a better place
- And To anyone reading this... _You're awesome!_
That being said
_
Adieu, Till I push again... I must return to my meditations on the Ways of JS Ninjustu
_