An application where users can create quotes and have those quotes voted on whether they are terrible or are inspirational.
-
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
- 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);
Linkedin - Chacha John
Twitter - Chacha
Email - Chacha John