Project developed with Django to register blog posts.
- ๐ป Technologies
- ๐ How to run
- Bootstrap
- Python
Cloning the repository
# Cloning repository
git clone https://github.com/antoniosergiojr/meu_blog.gitRunning 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 [email protected] and the password Root123456789To run the project in the VSCode follow the guide.