Project developed with Django to register blog posts.
- Bootstrap
- Python
Cloning the repository
# Cloning repository
git clone https://github.com/antoniosergiojr/meu_blog.git
Running web project
# Accessing web project
cd meu_blog
# Running web project
python manage.py runserver
At http://127.0.0.1:8000/admin use the username admin@user.com and the password Root123456789
To run the project in the VSCode follow the guide.