Skip to content

2u4u/node_draft_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple MERN based CRUD using Draft.js

This is simple fullstack application based on MERN stack.

Main functionality:

  • add new post with rich text editor
  • view list of added posts
  • delete psot
  • edit existing post

To run application you need to

  • rename keys_example.js in config folder to keys.js
  • put correct link on MongoDB
  • install all dependencies in code folder npm install
  • navigate to client folder and install all dependencies in it cd client && npm install
  • navigate back to main folder and run npm run dev

Happy hacking!

About

Simple MERN based CRUD using Draft.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published