https://github.com/tuliocll/calensync-api
A API for Calensync project written in elixir with phoenix
https://github.com/tuliocll/calensync-api
api elixir elixir-lang elixir-phoenix open-source
Last synced: 24 days ago
JSON representation
A API for Calensync project written in elixir with phoenix
- Host: GitHub
- URL: https://github.com/tuliocll/calensync-api
- Owner: tuliocll
- Created: 2022-03-01T02:30:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T03:41:29.000Z (over 4 years ago)
- Last Synced: 2025-03-06T08:57:27.012Z (over 1 year ago)
- Topics: api, elixir, elixir-lang, elixir-phoenix, open-source
- Language: Elixir
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CalendarAPI
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