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
- Host: GitHub
- URL: https://github.com/foss-cell-gecpkd/devpad
- Owner: FOSS-Cell-GECPKD
- License: mit
- Created: 2020-10-05T17:02:33.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T08:51:25.000Z (over 3 years ago)
- Last Synced: 2023-03-06T21:45:22.909Z (over 2 years ago)
- Topics: devpad, hacktoberfest, material-ui, mern
- Language: JavaScript
- Homepage: https://dev-pad.netlify.app/
- Size: 941 KB
- Stars: 9
- Watchers: 4
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dev Pad
Published Site : [DevPad](https://dev-pad.netlify.app)
[](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 editorAnd 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.comThis project was a part of FOSS OpenHack '20: https://openhack.gitbook.io/openhack-20/.