Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 885 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 885 Bytes

Backend Application { API }

This part of the code was written in python using the django as the backend module

Technologies Used in :

  • Python Language .py - The main programing language used in this project

  • Django - high-level Python web framework that encourages rapid development and clean, pragmatic design.

  • Django Rest Framwork flexible toolkit for building Web APIs based and used with django framework

  • Django-CORS Library Django Library/App that adds Cross-Origin Resource Sharing (CORS) headers to responses. This allows in-browser requests to your Django application from other origins.

  • GunUnicorn - A Python WSGI HTTP Server for UNIX.


How to run server idly or for testing without dockerization

python manage.py makemigrations
python manage.py migrate
python manage.py runserver