a blog API , can create create, delete and put blog with authentication
To install the project and its dependencies using pipenv
, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/your-repo.git cd your-repo
- Install dependencies with pipenv:
pipenv install
- Activate the virtual environment:
pipenv shell
- Apply database migrations:
python manage.py migrate
- create superuser:
python manage.py createsuperuser
- Run the development server:
python manage.py runserver
- admin/
- blog/
- blog/str:pk/
- addBlog/
- users/
- users/int:pk/
- api-auth/ login/ [name='login']
- api-auth/ logout/ [name='logout']