https://github.com/mogeko/book-exchange-api
A WebApplication for used book exchange (back-end part).
https://github.com/mogeko/book-exchange-api
Last synced: 5 months ago
JSON representation
A WebApplication for used book exchange (back-end part).
- Host: GitHub
- URL: https://github.com/mogeko/book-exchange-api
- Owner: mogeko
- License: mit
- Created: 2022-06-30T23:58:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T14:00:14.000Z (over 3 years ago)
- Last Synced: 2025-10-11T02:43:26.552Z (10 months ago)
- Language: Elixir
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BookExchange
[](https://github.com/mogeko/book-exchange-api/actions/workflows/test.yml)
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