Skip to content

chacha-john/douglas-fir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This application allows Rangers to track wildlife sightings in the area.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published