Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.86 KB

README.md

File metadata and controls

49 lines (26 loc) · 1.86 KB

Welcome to Chacob project !

Chacob is a web application developed with Django framework.
By using this program, you will be able to search for a vet, add a pet to your account and set a reminder for your vet appointments.
More features are to come in the near future.
Please don't hesitate to contribute !

Installation

  • If you're on MacOS, you can install Pipenv easily with Homebrew:

    $ brew install pipenv

Otherwise, refer to Pipenv documentation for instructions.

  • Once you installed pipenv, clone project repository and install from Pipfile:

    $ pipenv install

  • Next, activate the Pipenv shell:

    $ pipenv shell

    This will spawn a new shell subprocess, which can be deactivated by using exit.

  • Read the Django documentation to initiate your Django project

  • You can set a Cron Task for the appointment reminder, using the custom django-admin command under mycalendar/management/commands/email_alert.py:
    python3 manage.py email_alert send_email .

Usage

From localhost:

  • From project source directory, run python manage.py runserver

  • Go to your browser and enter your localhost url

You can deploy on Heroku servers

Or from other IaaS, e.g. Digital Ocean