Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Theofilos-Chamalis authored Sep 25, 2021
1 parent 9877507 commit 8847975
Showing 1 changed file with 14 additions and 20 deletions.
34 changes: 14 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A social resume platform for developers. Create your portofolio by adding experience, education, skills or any important information of your career and post your comments or thoughts for other users.

This is a MERN based full stack real world bootstrapping application that can speed up the development process. It uses the popular MongoDB database with Mongoose schemas, the backend web framework Express.js, the frontend library React.js that ws created by Facebook and Node.js. Authentication via Json Web Tokens is used with the Passport middleware and customizable linting is built in using eslint.
This is a MERN based full stack real world bootstrapping application that can speed up the development process. It uses the popular MongoDB database with Mongoose schemas, the backend web framework Express.js, the frontend library Preact.js which is a lightweight variant of React.js and Node.js. Authentication is performed using JSON Web Tokens together with the Passport middleware.

Visit it at: <a href="https://thedevconnector.herokuapp.com" target="_blank"> https://thedevconnector.herokuapp.com</a>

Expand Down Expand Up @@ -65,38 +65,32 @@ To lint the whole project with eslint
npm run lint
```

## Technologies Used
## Technologies & Libraries Used

### 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] **[preact.js](https://github.com/preactjs/preact)**
- [x] **[redux](https://github.com/reactjs/redux)**
- [x] **[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)**
- [x] **[axios](https://github.com/axios/axios)**
- [x] **[classnames](https://github.com/JedWatson/classnames)**
- [x] **[react-moment](https://github.com/headzoo/react-moment)**
- [x] **[dayjs](https://github.com/iamkun/dayjs)**
- [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)**
- [x] **[Passport](http://www.passportjs.org/)**
- [x] **[Passport-jwt](https://github.com/themikenicholson/passport-jwt)**

#### Libraries used in Server-side

- [x] **[node.js with express](https://github.com/expressjs/express)**
- [x] **[mongoDB](https://github.com/mongodb/mongo)**
- [x] **[jwt](https://github.com/auth0/node-jsonwebtoken)**
- [x] **[passport](http://www.passportjs.org/)**
- [x] **[passport-jwt](https://github.com/themikenicholson/passport-jwt)**
- [x] **[bcryptjs](https://github.com/dcodeIO/bcrypt.js)**
- [x] **[bluebird](http://bluebirdjs.com/docs/getting-started.html)**
- [x] **[compression](https://github.com/expressjs/compression)**
- [x] **[helmet](https://github.com/helmetjs/helmet)**
- [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)**

0 comments on commit 8847975

Please sign in to comment.