Skip to content

thekiminlee/exactuals-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exactuals

Run pipenv install django djangorestframework to install django and django rest framework
Use exit to exit out of pipenv

To start local server, run:

pipenv shell
python manage.py runserver

API Guide

ModelViewSet takes care of basic CRUD operation.

API Endpoints

User

  • getting User by name (first or last): <url>/user/<string:pk>/get_by_name/

Transaction

  • getting Transaction by Payor_Payee_Id: <url>/transaction/<string:ppid>/get_by_ppid/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published