Published Site : DevPad
DevPad is a Blog App, based on HTML content based post, made with MERN and Material UI.
- Users could create html based content as posts
Upcoming features:
- Any users can log into this web app and view the content. signup is only needed for post creations
- User can down the post content
- ReactJS - Javascript based web framework!
- MongoDB - Simple and Efficient No SQL Database.
- node.js - evented I/O for the backend
- Express - fast node.js network app framework [@tjholowaychuk]
- Material UI - great UI boilerplate for modern web apps
- VS Code - efficient and light weight text editor
And of course DevPad is a open source project with a public repository on GitHub.
DevPad requires Node.js v4+ to run on local system
Install the dependencies and devDependencies and start the server.
$ git clone https://github.com/FOSS-Cell-GECPKD/DevPad.git
$ cd devpad
$ cd blog
$ npm install
$ cd ..
$ cd blog-backend
$ npm install
$ npm run dev
DevPad uses MERN Stack for fast developing. Want to contribute? Great! Mention it on gitter link above and make your contribution.
- JWT creditials
- Edit and remove section
MIT
Free Software, Hell Yeah!