Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.54 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.54 KB

douglas-fir

By Chacha John

Table of Content

Description

An application where users can create quotes and have those quotes voted on whether they are terrible or are inspirational.

Go Back to the top

Screenshots

Landing page screenshot Add sighting page screenshot

Technology Used

  • HTML5 - This was used for structuring the page.

  • CSS3 - This was used for styling the page.

  • Java Spark - backend logic and routing

  • Postgresql - Data store for application data

  • Heroku - deployment for live version

How to set up

In PSQL:

  • CREATE DATABASE wildlife_tracker;
  • CREATE TABLE animals(id serial PRIMARY KEY, animalName varchar, category varchar, health varchar, age varchar);
  • CREATE TABLE sightings (id serial PRIMARY KEY, animalName varchar, rangerName varchar, timeOfSight timestamp);

Live link

Go Back to the top

Licence

Licence

Go Back to the top

Authors Info

Linkedin - Chacha John

Twitter - Chacha

Email - Chacha John

Go Back to the top