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: 2 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T15:20:16.000Z (over 3 years ago)
- Last Synced: 2025-03-12T22:15:31.646Z (about 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

### Frontend

## 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
```
## Notice
This project is still under development. some features are not yet fully completed..Feel free to contribute!
## License
MIT