iamkhushbajwa / tutorial-pet-finder-history

Sample Pet Finder History app to compliment the tutorials

Home Page:http://tutorial-pet-finder-history.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorial Pet Finder History

This repository is the companion source code for the Livestax Pet Finder Tutorial which can be found here.

Contributing

We'd love to get contributions from you! For instructions on how to get set up quickly, follow the installation instructions below. Once you're up and running, take a look at the Contribution Document to see how to get your changes merged in.

Installation

  1. [Fork then] clone the repository
  • git clone git@github.com:livestax/tutorial-pet-finder-history.git
  1. Install the dependencies
  • npm install
  1. Copy and edit the environment file
  • cp env.json.example env.json
  1. Start the server
  • npm start
  1. Open the app in the browser
  • http://127.0.0.1:5000

License

Code released under the MIT license. Docs released under Creative Commons.

About

Sample Pet Finder History app to compliment the tutorials

http://tutorial-pet-finder-history.herokuapp.com

License:MIT License


Languages

Language:JavaScript 100.0%