https://github.com/ricksonoliveira/doctor_shedule
API for scheduling medical appointments
https://github.com/ricksonoliveira/doctor_shedule
design-patterns elixir git-flow otp phoenix postgresql restful-api
Last synced: about 1 month ago
JSON representation
API for scheduling medical appointments
- Host: GitHub
- URL: https://github.com/ricksonoliveira/doctor_shedule
- Owner: ricksonoliveira
- Created: 2022-03-22T20:21:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-12-23T19:04:48.000Z (6 months ago)
- Last Synced: 2025-12-25T09:31:45.488Z (6 months ago)
- Topics: design-patterns, elixir, git-flow, otp, phoenix, postgresql, restful-api
- Language: Elixir
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DoctorSchedule
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