# Clone this repo
$ git clone git@github.com:SMarkus27/Django_Blog.git
# Open the project folder in the terminal/cmd
$ cd Django_Blog
# Run the command to create a virtualenv:
$ python -m pip venv djangoblog
# Activate the venv:
$ source djangoblog/bin/activate
# Install all dependencies in the requeriments.txt file.
$ pip install -r requeriments.txt
# Run the command to activate the application:
$ python manage.py runserver
# The server starts at the port:8000 - go to http://127.0.0.1:8000
- HTML5
- CSS3
- Django/Python
- SQLite
- TinyMCE
- Crispy
This project is under license MIT.
Made by Marcus Vinicius 👋🏽 Get in touch!