Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 746 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 746 Bytes

CoderLand

Social network for developers

This is a MERN stack application. It is a small social network app that includes authentication, profiles and forum posts.

Tools

  • Javascript(ES6)
  • HTML
  • CSS
  • Node.JS
  • Express.Js
  • MongoDB
  • Mongoose Middleware
  • Redux
  • JWT
  • Postman
  • Digital Ocean

Functionality

  • Exrensive backend API with Node.js & Express
  • Protecting endpoints with JWT (JSON Web Tokens)
  • Integrate React with an Express backend in an elegant way
  • React Hooks, Async/Await & modern practices
  • Use Redux for state management
  • Created many container components that integrate with Redux
  • Created reducers and actions for data and resources
  • Extensive API testing with Postman