/django-api-igs

Django API Rest IGS International Solutions

Primary LanguagePython

API REST Django

Coding Test IGS International

Django REST framework

Robinson Enedino @robinsonbrz

Visit my WebSite implemented in Django https://www.enedino.com.br

Portfolio with several apps implemented including FastAPI with MongoDB



Simple API with a 3 fields model


Data can be managed through Admin panel with an admin password

Django Admin panelhttp://127.0.0.1:8000/admin/




And as an REST API you can use HTTP methods to send and request data as well

Get a full list of employees

All employees endpoint http://127.0.0.1:8000/employee/


Seting up and usage

Before executing the program its necessary to create a virtual environment

python -m venv venv

Activating venv

.\venv\Scripts\activate

Installing project dependencies

pip instal -r requirements.txt

Run the program

python manage.py runserver



Contact and information

@robinsonbrz