Skip to content

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

Notifications You must be signed in to change notification settings

cognizance-amrita/DjangoRestFramework-tutorial

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages