/DjangoRestFramework-tutorial

The code consists of CRUD RESTAPI endpoints for webcarousel and Admin authentication.This repository also consists of GH Actions for Testing Django.

Primary LanguagePython

Django-API-Base-Code

Django CI

The code consists of CRUD RESTAPI endpoints for webcarousel and Admin authentication. This repository also consists of GH Actions for Testing Django.

Command to create environment

python -m venv ./venv

Activating python environment in linux

source venv/bin/activate

Install all dependencies

pip install requirements.txt

Command to run server

python3 manage.py runserver 800O

Command for migrations

python3 manage.py makemigrations

Command to migrate

python3 manage.py migrate

API Documentation

Click here = https://documenter.getpostman.com/view/15483626/UV5UjymR