https://github.com/dottorblaster/talisman
https://github.com/dottorblaster/talisman
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dottorblaster/talisman
- Owner: dottorblaster
- License: other
- Created: 2022-12-16T18:16:49.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T23:12:11.000Z (over 1 year ago)
- Last Synced: 2024-10-30T01:47:06.000Z (over 1 year ago)
- Language: Elixir
- Size: 470 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Talisman
Welcome to Talisman, a powerful web application designed to help you manage your recipes and cookbooks effortlessly.
## Development
To start your Phoenix server:
* Install dependencies with `mix deps.get`
* Create and migrate your database with `mix ecto.setup`
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## Learn more
* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix