Skip to content

FOSS-Cell-GECPKD/DevPad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev Pad

Published Site : DevPad

Join the chat at https://gitter.im/FOSS-Cell-GECPKD/DevPad

DevPad is a Blog App, based on HTML content based post, made with MERN and Material UI.

Features

  • 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

Tech

  • 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.

Installation

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

Development

DevPad uses MERN Stack for fast developing. Want to contribute? Great! Mention it on gitter link above and make your contribution.

Todos

  • JWT creditials
  • Edit and remove section

License

MIT

Free Software, Hell Yeah!

This project was a part of FOSS OpenHack '20: https://openhack.gitbook.io/openhack-20/.