Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 768 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 768 Bytes

Blog

Project developed with Django to register blog posts.

📌 Index


💻 Technologies

- Bootstrap    
- Python

🚀 How to run

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.