Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 524 Bytes

readme.md

File metadata and controls

39 lines (21 loc) · 524 Bytes

Veterinary App REST API

Overview

A veterinary app for building an API using Django Rest Framework.

Installation

  • Create and activate a virtualenv

  • Install all packages from pipfile

  $ pipenv install
  • Database
  $ python manage.py makemigrations

  $ python manage.py migrate

  $ python manage.py load_defaults
  • Run server
  $ python manage.py runserver

API Documentation

Postman Documentation