Features
- Register / Login user
- Create / Update / Delete post
- Create / Update user profile
- Browse other users' posts
For presentation purposes the database is not separated and dummy data is already present.
This project is connected with Kubernetes and automation playground as Helm chart.
git clone https://github.com/akubala/micro-blog.git
cd micro-blog/microblog
python -m venv ./venv
source ./venv/bin/activate
pip install -r requirements.cfg
python manage.py runserver
cd micro-blog/microblog
docker build -t micro-blog:1.0.0 .
docker run --rm -p 8000:8000 micro-blog:1.0.0
By default, application is available on localhost:8000
address
-
Admin user
- Username: akubala
- Password: student
-
Test user
- Username: testuser
- Password: testpassword
python manage.py test --failfast
- Placeholders generated with hipsum.co
- Favicon / Logo made by Kiranshastry from Flaticon
- Inspired by Corey Schafer
This project is no longer maintained.