Skip to content

gmjjatin/datapeace-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Datapeace-assignment

Backend Developer Assignment -Jatin. This is code repo for an API with which CRUDS ( create ,read ,update , delete , sort ) and filter operations can be performed on the database.

Video Demonstration

Technologies used in project

Installation

  • If you wish to run your own build, first ensure you have python globally installed in your computer. If not, you can get python here.

  • Open 'terminal' in linux or command prompt in windows .After doing this, confirm that you have installed virtualenv globally as well.If not, run this:

        $ pip install virtualenv
  • Then, Git clone this repo to your PC . If you don't have git installed follow this link.

        $ git clone https://github.com/gmjjatin/datapeace-assignment.git
  • Dependencies

    1. Cd into the cloned repo as such:
          $ cd datapeace-assignment
    2. Create and fire up your virtual environment:
          $ virtualenv  venv -p python3
          $ source venv/bin/activate
    3. Install the dependencies needed to run the app:
          $ pip install -r requirements.txt
  • Run It

    Fire up the server using this one simple command:

        $ python manage.py runserver

    You can now access the api service on your browser by using

        http://localhost:8000/api/user
    

About

Backend Developer Assignment - RESTful API , CRUD , sort , filter and pagination.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors