Skip to content

arponpes/Animal-Shelter

Repository files navigation

Coverage Status Build Status

Animal-Shelter

Front page and administrator of an animal shelter.

Images

Header

animals

Demo

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Python
  • Npm
  • Pipenv
  • Postgres

Installing

createdb shelter
pipenv shell
pipenv install --dev
pytohn manage.py makemigrations
pytohn manage.py migrate
python manage.py collectstatic
npm install bulma
pytohn manage.py runserver

Running the tests

pytest

Authors

  • Aaron Domginuez - Initial work - aronpes

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details

Documentación