Local Meow is a website that allows you to search for, view and favorite available shelter cats in your area.
- Install Node.js and NPM
git clone [email protected]:annamw77/LocalMeow.git
cd LocalMeow
npm install
sails lift
- Open localhost:1337 in your browser!
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.