About | Features | Technologies | Requirements | Starting | Author
A website for the article
✔️ APIs for crud posts and forms for crud
The following tools were used in this project:
- Python
- Django
- html css
- Jinja2
- docker
- djangorestframework
Before starting 🏁, you need to have Git and python installed.
# 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>