Skip to content

chad-tung/Supernatural_events_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supernatural_events_tracker

Overview

The Supernatural Events Tracker, aka 'paranormal.DB', was a week long, Full Stack Javascript project undertaken by Alistair Kane, Chad Tung, Scott Murray and Alex Smith, as part of the CodeClan (Digital Skills Academy) course in Software Development. Whilst our project has a certain theme, it can easily serve as a template for any number of similar webapps which need to log and display entries.

MVP

The project specification was to build a Full Stack (Vanilla) Javascript Webapp, and in it's simplest form, users should be able to:

  • Input event data to a database (Title, Date, Description, Location via marker drop) via a web form input
  • Browse through a list of events, by using a list view, or a map view, rendered from the data in the database

To meet these requirements, we used vanilla Javascript to render different views to our index.html file, between the header and footer sections, using an onClick event listener to render the different components. For data management, we used ExpressJS with MongoDB as our database and simultaneously pulled our data from an on site JSON API which we created at '/api/events'.

Agile Development

We tried to incorporate Agile Development methodologies into our project from Day 1. Typically we would begin our days with an informal 'stand up' and briefly review what we had done the previous day, and most importantly, set a realistic target of what we wanted to accomplish by the end of that day.

The majority of our project, certainly the MVP, was mob programmed. Whilst this may have been slightly slower than branching off individually earlier, we found that it left us with fewer bugs, and less time spent on any issues that did arise during development. We used a tool called Teletype (https://atom.io/packages/teletype), without which our mob programming sessions would not have been possible.

Installation

To install and run a copy of our webapp:

  1. git clone our repository down to your own machine and cd into the repo folder.
  2. npm start in your terminal
  3. mongo < seeds.js in your terminal, to seed the MongoDB database

Built Using

Screenshots

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •