Skip to content

trannon1/lab-06-back-end

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lab-06-back-end

Author: Bryan Tran, Peter Cole - Pair Program Version: 1.0.0 (increment the patch/fix version number if you make more commits past your first submission)

Overview

This application is to create a website that uses google map apis to create an app that simulates a map. This will allow the user to search for a location and find the name, state, location, and even weather.

Getting Started

  1. Create a github repo.
  2. Create a ReadMe and .env file.
  3. Create a git.ignore file that avoids pushing files with sensitive information.
  4. Create a package.json file via npm init, which creates a package and limits your app to specific dependecies and versions of said dependencies so it will never fail if it encounters a newer version of the dependency.
  5. Deploy app to Heroku.

Architecture

This app uses cors, express, and dotenv as dependencies. The language used for code is HTML, CSS, and JavaScript.

Change Log

12/10/2019 10:44am - Application has been deployed to Heroku 12/10/2019 11:10am - Functionality added to server.js for location search 12/10/2019 11:46am - Functionality added to server.js for weather forecast

Credits and Collaborations

Number and name of feature: Feature #1: Location Search

Estimate of time needed to complete: 1 hours

Start time: 10:44am

Finish time: 11:09am

Actual time needed to complete: 24 minutes

Number and name of feature: Feature #2: Weather Forecast

Estimate of time needed to complete: 1 hours

Start time: 11:09am

Finish time: 11:45am

Actual time needed to complete: 36 minutes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published