Skip to content

cognizance-amrita/DjangoRestFramework-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages