Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 2.25 KB

README.md

File metadata and controls

27 lines (18 loc) · 2.25 KB

Client-server application (social blog) based on MongoDB, Express, React, Node js and css framework Tailwind CSS. With jwt authentication (registration of new users), edit user profile, add new articles, edit articles. All this when using Redux as a state management library. Sorting users by name and gender. Search for users by name. And two entities: users, articles.

Express Express React NodeJS Javascript CSS3 TailwindCSS

My social blog on MERN.

Usage:

cd client
npm install

cd server
npm install
  
npm start