Bloggie is webapp to write your blogs and share them. It focus on the writing experience and ui simplicity check the ui design here. Also check the sequence diagrams for the initial requirements in /design
I and probably you wanted a very simple blogging system that make it easy to write your thoughts and that's it! It doesn't try to do anything other than that. And being free and open-sourced is a good plus, so that's what Bloggie does.
To run the application use the starter script
# you can make the script executable be using chmod +x ./start.sh
bash ./start your-env
The starter script take the first agrument and pick the enviroment file with the same name + .env and use that to run the compose
Check CONTRIBUTION.md
in each repo
- Backend
- Frontend (in progress)
- Deployment
Check the readme for each repo
MIT License