Skip to content

MohammadTohidiNasab/Blog

Repository files navigation

Blog

 

Blog

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   Author


🎯 About

A website for the article

✨ Features

✔️ APIs for crud posts and forms for crud

🚀 Technologies

The following tools were used in this project:

  • Python
  • Django
  • html css
  • Jinja2
  • docker
  • djangorestframework

✅ Requirements

Before starting 🏁, you need to have Git and python installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/MohammadTohidiNasab/Blog

# Access
$ cd Blog

# Install requirments.txt
$ pip install -r requirments.txt

# Run the project
$ python manage.py runserver

# The server will initialize in the <http://localhost:8000>

Back to top