Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sturdynut/lost-pets
https://github.com/sturdynut/lost-pets
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sturdynut/lost-pets
- Owner: sturdynut
- Created: 2019-12-02T00:11:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:06:37.000Z (almost 2 years ago)
- Last Synced: 2023-02-26T04:06:43.837Z (over 1 year ago)
- Language: Elixir
- Size: 1.06 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
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