Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 794 Bytes

File metadata and controls

19 lines (15 loc) · 794 Bytes

Local Meow

Ada Developers Academy Capstone Project

Local Meow is a website that allows you to search for, view and favorite available shelter cats in your area.

Running this Application

  1. Install Node.js and NPM
  2. git clone git@github.com:annamw77/LocalMeow.git
  3. cd LocalMeow
  4. npm install
  5. sails lift
  6. Open localhost:1337 in your browser!

Technologies Used

This application is built in Node.js using the Sails.js framework. Data is retrieved from Petfinder API. It utilizes a MongoDB database and is hosted on AWS Elastic Beanstalk.

Other Project Resources