# dev-connector **Repository Path**: wujiangao/dev-connector ## Basic Information - **Project Name**: dev-connector - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2021-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Dev Connector A platform for developers to connect. They can create their portfolio by adding their experience, education, skills and other important information of their professional career. Users can also create small posts and like/dislike and comment on other posts. Live link: Click here --- ## Quick Start ```bash # clone repository https://github.com/gaowujian/dev-connector.git # Install dependencies cd dev-connector && npm install ``` To run the development server: ```bash # the development server runs on port 3000 npm run dev ``` --- --- --- --- --- --- ## Main Technologies ### Client Side - [x] **[React](https://github.com/facebook/react)** - [x] **[Redux](https://github.com/reactjs/redux)** - [x] **[Twitter Bootstap 4](https://github.com/twbs/bootstrap/tree/v4-dev)** - [x] **[React-Router-DOM](https://github.com/ReactTraining/react-router/tree/master/packages/react-router-dom)** #### Libraries used in Client-side - [x] **[axios](https://github.com/axios/axios)** - [x] **[react-moment](https://github.com/headzoo/react-moment)** - [x] **[react-redux](https://github.com/reduxjs/react-redux)** - [x] **[redux-thunk](https://github.com/reduxjs/redux-thunk)** - [x] **[validator](https://github.com/chriso/validator.js)** ### Server Side - [x] **[Node.js / Express](https://github.com/expressjs/express)** - [x] **[MongoDB](https://github.com/mongodb/mongo)** - [x] **[JWT](https://github.com/auth0/node-jsonwebtoken)** #### Libraries used in Server-side - [x] **[bcryptjs](https://github.com/dcodeIO/bcrypt.js)** - [x] **[gravatar](https://github.com/emerleite/node-gravatar)** - [x] **[mongoose](http://mongoosejs.com/)** - [x] **[jwt-decode](https://github.com/auth0/jwt-decode)** - [x] **[moment](https://momentjs.com/)** - [x] **[validator](https://github.com/chriso/validator.js)**