Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.02 KB

📓 Bloggie

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

Motivation

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.

Getting started

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

Contribution

Check CONTRIBUTION.md in each repo

TODO

  • Backend
  • Frontend (in progress)
  • Deployment

Components status

Check the readme for each repo

License

MIT License