Skip to content

dylancdavis/blog-sharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 

Repository files navigation

Overview

An implementation of a basic CRUD application implemented using the MERN stack and deployed at fly.io

blog-sharing-login-page

On the demo site, log in with these credentials to gain access:

  • Username: demo
  • Password: password

Or, you can create your own example account.

Features

  • Sharing of blogs from a user, indicating its title, author, and link
  • Liking other users' shared blogs
  • Commenting on said shared blogs

Technologies

This application is built using React on the frontend, and Node+Express on the backend, with MongoDB as a database. In addition, it relies on the following other technologies:

  • Redux: for centralizing application state
  • React Router: for automatic routing between application pages
  • Jest & Cypress: for frontend and end-to-end testing
  • Mongoose: for access to MongoDB database

About

An implementation of a basic CRUD application implemented using the MERN stack and deployed at fly.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published