Skip to content

Midterm project for Lighthouse Labs. It's a Google Maps API app based where I practice my frontend and back-end skills, and also Node, SQL, Javascript and jQuery.

Notifications You must be signed in to change notification settings

gilabarreto/spud-spotter

 
 

Repository files navigation

Spud Spotter

A midterm project for Lighthouse Labs, built using Node, SQL, Javascript, and jQuery, utilizing the Google Maps API to allow users to create, edit, and favorite their favorite potato restaurants.

Final Product

Spud.Spotters.01.mp4

Getting Started

  1. Create potato database on Postgres: CREATE DATABASE potato
  2. Create the .env by using .env.example as a reference: cp .env.example .env
  3. Update the .env file with your correct local information
  • username: YOU_USERNAME
  • password: YOUR_PASSWORD
  1. Install dependencies: npm i
  2. Fix to binaries for sass: npm rebuild node-sass
  3. Reset database: npm run db:reset
  • Check the db folder to see what gets created and seeded in the SDB
  1. Run the server: npm run local
  • Note: nodemon is used, so you should not have to restart your server
  1. Visit http://localhost:8080/

Dependencies

  • Node 10.x or above
  • NPM 5.x or above
  • PG 6.x

About

Midterm project for Lighthouse Labs. It's a Google Maps API app based where I practice my frontend and back-end skills, and also Node, SQL, Javascript and jQuery.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.9%
  • EJS 22.7%
  • SCSS 9.0%
  • Shell 0.4%