Skip to content

mpopadic/animal-center-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synopsis

Animal Center API.

Prerequisites

Python version 3

INSTALL DEPENDENCIES

  1. Go to project directory.
  2. Create venv by running: python3 -m venv venv
  3. Activate venv: source venv/bin/activate
  4. install dependencies by running: pip3 install -r requirements.txt

RUN

run python app.py to create sqlite3 database as db.sqlite3 file and run Flask API on localhost

TESTING

Tests are located in test folder.

To run tests use command: python -m unittest

Results look like: test results

For more verbose results run: python -m unittest -v.

About

Animal Center API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages