Skip to content

nishantraghuvanshi/MERN-blogApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Full Stack Blog app

To run the app, open the terminal in the current directory of the cloned repo and run the following command.

cd ./client
npm start

then open another terminal and run the following command.

cd ./server
npm run dev

List of interesting libraries used in this:

  • React Quill -> It is better to keep this in a separate component.
  • date-fns

Features to implement:

  • Edit functionality.
  • User profiles functionality.
  • Post search functionality.
  • Improved UI.
  • create restricted urls.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published