Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siwapp/siwapp
https://github.com/siwapp/siwapp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/siwapp/siwapp
- Owner: siwapp
- License: mit
- Created: 2022-04-18T15:24:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T15:11:56.000Z (7 months ago)
- Last Synced: 2024-05-22T16:13:12.056Z (7 months ago)
- Language: Elixir
- Size: 485 KB
- Stars: 12
- Watchers: 5
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Siwapp
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`Or you can use docker:
```bash
docker compose build
docker compose run --rm siwapp mix setup # execute only the first time
docker compose up
```Now you can visit [`localhost:4010`](http://localhost:4010) from your browser.
To create a new user you can use `mix siwapp.register ` or
using docker `docker compose run --rm siwapp mix siwapp.register `.Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
## API
Siwapp has a graphQL API.
You can browse the api docs [here](https://htmlpreview.github.io/?https://github.com/siwapp/siwapp/blob/master/api_docs/public/index.html).