Skip to content

adarshshivhar/CourseRestApiMongoDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Take-Home-Task

Back-end Part

Technology

  • Python 3.9
  • Django 3.0.5
  • Django Rest Framework 3.12.1
  • djongo 1.3.3
  • django-cors-headers 3.5.0
  • MongoDB 3.4 or higher

Steps

  • Step 1:- Clone this repository

  • Step 2:- Open CourseRestApiMongoDB-master folder in Visual Studio Code

  • Step 3:- Open Terminal and run below commands to install all dependencies

    • pip install djangorestframework :- Django REST framework helps us to build RESTful Web Services flexibly.
    • pip install djongo :- Django MongoDb connector to work with MongoDb database.
    • pip install django-cors-headers :- Requests to our Django application from other origins.
    • pip install django-cors-headers :- Django-cors-headers library
  • Step 4:- Run Django Project with command: python manage.py runserver 8081

    The console shows:

    python manage.py runserver 8081 
    Performing system checks...
    System check identified no issues (0 silenced).
    Novomber 6, 2020 - 16:24:01
    Django version 3.0.5, using settings 'CourseRestApiMongoDB.settings'
    Starting development server at http://127.0.0.1:8081/
    Quit the server with CTRL-BREAK.
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages