Skip to content

comsatscs/drf_basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Service API

About

This is a simple Employee service API that I created as an example for learning Django REST Framework.

Goal

The goal of this project is teach Django REST framework on novice programmers.

Features

With this API;

  • You can create and view a employee

Technology stack

Tools used during the development of this API are;

Requirements

  • Use Python 3.x.x+
  • Use Django 2.x.x+

Running the application

To run this application, clone the repository on your local machine and execute the following command.

    $ cd drf_basic
    $ virtualenv --python=python3 venv
    $ source venv/bin/activate
    $ pip install -r requirements.txt
    $ python manage.py makemigrations
    $ python manage.py migrate
    $ python manage.py runserver

About

This is a simple Employee service API that I created as an example for learning Django REST Framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages