Skip to content

Aitor-Corrales/siwapp

 
 

Repository files navigation

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:

docker compose build
docker compose run --rm siwapp mix setup   # execute only the first time
docker compose up

Now you can visit localhost:4010 from your browser.

To create a new user you can use mix siwapp.register <your-email@domain.il> <your password> or using docker docker compose run --rm siwapp mix siwapp.register <your-email@domain.il> <your password>.

Ready to run in production? Please check our deployment guides.

API

Siwapp has a graphQL API.

You can browse the api docs here.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Elixir 47.3%
  • HTML 39.3%
  • CSS 10.0%
  • PLpgSQL 1.4%
  • JavaScript 1.1%
  • SCSS 0.7%
  • Other 0.2%