NewMeow is an app that will make your day cat-tastic! NewMeow displays random cat pictures that you can favorite.
NewMeow is a Django-Python app that retrieves random pictures from the Cat API and lets you favorite them to a PostgreSQL database.
Python 3.7.1, Django 2.1.5, Heroku, PostgreSQL, UnitTest, Selenium, HTML, CSS
First, you can clone down this project by running git@github.com:Autumn-Martin/newmeow.git
in the CLI.
If you are new to Python and Django, this is a great resource for getting set up.
This app uses Python 3.7.1O and Django 2.1.5. It also has other requirements, which are located here.
Run this app in development via python manage.py runserver 8080
.
To see if tests pass, run python manage.py test
.
This is what NewMeow currently looks like: