Skip to content

sultanaliev-s/Courses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Courses Application

This project is created in order to understand Simple REST API by using Django and Django Rest Framework. There are POST and GET requests for courses list with GET, PUT, and DELETE for course detail .

Installation

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. (Commands are written for Windows.)

Requirments

After downloading the repository, get virtual environment and activate it in your directory:

pip install virtualenv
python -m venv venv
venv\Scripts\activate

Now that you're inside a virtual environment, install project's package requirements:

pip install -r requirements.txt

Getting started

There is an overview on how it works:

python manage.py runserver

Go to localhost:

Running the tests

Documentation

Courses Application's API

APIs for:

Deployment

Built With

Versioning

There are no other versions

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published