Skip to content

rzhvn1/Courses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Course API

Courses API is a simple API allowing consumers to view, create and delete courses.

Click here ---> Courses API

Getting Started

Follow the instructions and enjoy API!

Prerequisites

What things you need to install the software and how to install them. Install using pip

pip install django
pip install djangorestframework
pip install python-decouple

Installing

Add 'rest_framework' to your INSTALLED_APPS setting.

INSTALLED_APPS = [
    ...
    'rest_framework',
]

Running the migrations

python manage.py makemigrations
python manage.py migrate

Creating a superuser

python manage.py createsuperuser

Running Development Server

python manage.py runserver

Documentation

Check the documentation to see how it works ---> Apiary

Built With

  • Python - is an interpreted high-level general-purpose programming language.
  • Postman - s an API platform for building and using APIs
  • Django - The web framework used
  • Django Rest Framework - toolkit for building Web APIs used

Authors

Erzhan Muratov

Acknowledgments

  • Адиль Дуйшеналиев
  • Медет Мусаев
  • Имамидинов Агахан

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published