Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sturdynut/lost-pets


https://github.com/sturdynut/lost-pets

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

![Build status](https://travis-ci.com/sturdynut/lost-pets.svg?branch=master)

# 🗺 Lost Pets

Where you go to report and find lost pets 🐶 😿

## 🌱 Getting Started

* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Install Node.js dependencies with `cd assets && npm install`
* Start Phoenix endpoint with `mix phx.server`
* Server should be running at [`localhost:4000`](http://localhost:4000)

## 📟 Commands

* `mix test.watch` - Start running tests in watch mode

## 📝 Todo

* **Run Migrations in CI** - [details](https://github.com/bitwalker/distillery/blob/master/docs/guides/running_migrations.md)

## 🔍 Research

Below is a list of potential sources of data for retrieving information about lost pets.

* [Paw Boost](https://www.pawboost.com/)
* [Lost Found Pets](https://www.lostfoundpets.us/)
* [Pet FBI](https://petfbi.org/)
* [Craigslist laf](https://medford.craigslist.org/search/laf)
* [24 Pet Watch](https://www.24petwatch.com/)
* [Home Again](https://www.homeagain.com/lost-pet-alert.html)
* [Microchip Look up](http://www.petmicrochiplookup.org/)

## 🛠 VSCode Extensions

* Erlang
* ElixirLinter

## 💫 Learn more

* Official website: http://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Mailing list: http://groups.google.com/group/phoenix-talk
* Source: https://github.com/phoenixframework/phoenix