zingsurfer / newmeow

A Python-Django app that generates a random cat picture to make your day cat-tastic!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NewMeow

Module 4 | Autumn Martin

About

Intro

NewMeow is an app that will make your day cat-tastic! NewMeow displays random cat pictures that you can favorite.

Background

NewMeow is a Django-Python app that retrieves random pictures from the Cat API and lets you favorite them to a PostgreSQL database.

Tech Stack

Python 3.7.1, Django 2.1.5, Heroku, PostgreSQL, UnitTest, Selenium, HTML, CSS

Getting Started

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.

Testing

To see if tests pass, run python manage.py test.

Design

This is what NewMeow currently looks like:

screen shot 2019-01-09 at 6 06 48 am

screen shot 2019-01-09 at 6 37 47 am

screen shot 2019-01-09 at 6 37 11 am

About

A Python-Django app that generates a random cat picture to make your day cat-tastic!


Languages

Language:Python 51.6%Language:CSS 47.9%Language:HTML 0.5%Language:Procfile 0.0%