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

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.

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
```