An open API service indexing awesome lists of open source software.

https://github.com/foss-cell-gecpkd/devpad


https://github.com/foss-cell-gecpkd/devpad

devpad hacktoberfest material-ui mern

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Dev Pad

Published Site : [DevPad](https://dev-pad.netlify.app)

[![Join the chat at https://gitter.im/FOSS-Cell-GECPKD/DevPad](https://badges.gitter.im/FOSS-Cell-GECPKD/DevPad.svg)](https://gitter.im/FOSS-Cell-GECPKD/DevPad?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

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](https://reactjs.org/) - Javascript based web framework!
- [MongoDB](https://www.mongodb.com/) - Simple and Efficient No SQL Database.
- [node.js] - evented I/O for the backend
- [Express] - fast node.js network app framework [@tjholowaychuk]
- [Material UI](https://material-ui.com) - great UI boilerplate for modern web apps
- [VS Code](https://code.visualstudio.com/) - efficient and light weight text editor

And of course DevPad is a open source project with a [public repository](https://github.com/FOSS-Cell-GECPKD/DevPad)
on GitHub.

### Installation

DevPad requires [Node.js](https://nodejs.org/) v4+ to run on local system

Install the dependencies and devDependencies and start the server.

```sh
$ 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!**

[git-repo-url]: https://github.com/FOSS-Cell-GECPKD/DevPad
[node.js]: http://nodejs.org
[twitter bootstrap]: http://twitter.github.com/bootstrap/
[jquery]: http://jquery.com
[express]: http://expressjs.com

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