https://github.com/ujitkumar1/blogwave
BlogWave is a modern blogging platform that allows users to easily create and share blog posts. With a user-friendly interface and a variety of customizable templates, BlogWave makes it easy for bloggers of all levels to create visually appealing and engaging content.
https://github.com/ujitkumar1/blogwave
Last synced: 12 days ago
JSON representation
BlogWave is a modern blogging platform that allows users to easily create and share blog posts. With a user-friendly interface and a variety of customizable templates, BlogWave makes it easy for bloggers of all levels to create visually appealing and engaging content.
- Host: GitHub
- URL: https://github.com/ujitkumar1/blogwave
- Owner: ujitkumar1
- Created: 2023-05-12T14:58:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T15:02:08.000Z (over 2 years ago)
- Last Synced: 2025-01-25T18:16:12.664Z (12 months ago)
- Language: Vue
- Size: 14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlogWave
```
Useage:
To Run Flask Serve
Go to backend directory and run the app.py file or in cmd write python app.py
To Run VueJs(npm) server:
Go to ui directory and and in the cmd run the following commands:
npm install
npm run serve
For Celery and Redis
Go to backend directory and run the below commands in WSL(Ubuntu):
redis-server
celery -A app.celery worker -l info
celery -A app.celery beat --max-interval 1 -l info
```