Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxching/myblog
A full blog based in Nodejs/Express with frontend/backend features.
https://github.com/foxching/myblog
ejs-template-engine expressjs nodejs nodemailer passportjs reactjs socket-io
Last synced: about 13 hours ago
JSON representation
A full blog based in Nodejs/Express with frontend/backend features.
- Host: GitHub
- URL: https://github.com/foxching/myblog
- Owner: foxching
- Created: 2020-07-07T15:50:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T15:20:16.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T07:59:39.418Z (over 1 year ago)
- Topics: ejs-template-engine, expressjs, nodejs, nodemailer, passportjs, reactjs, socket-io
- Language: EJS
- Homepage:
- Size: 9.29 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyBlog
A full blown blog based in Nodejs/Express with frontend/backend features.
## Screenshot
### Backend
![dark theme](https://user-images.githubusercontent.com/41753498/92001378-338a2400-ed71-11ea-81ee-9c1731445d03.png)### Frontend
![dark theme](https://user-images.githubusercontent.com/41753498/92039254-60f1c480-eda7-11ea-9deb-7a70dc4e858d.png)## Tech stack
* NodeJS
* Express
* MongoDB with mongoose
* EJS templating engine
* PassportJS for authentication
* nodemailer- send emailing to users
* socketio - realtime updates
* bcryptjs for hashing password
* Startboostrap for admin and front end templates
and more## Installation
Install all the dependencies
```sh
$ npm install
```## Serve
To serve in the browser```sh
$ npm start
```
## NoticeThis project is still under development. some features are not yet fully completed..Feel free to contribute!
## License
MIT