Skip to content

mothxs/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 exec -it siwapp mix siwapp.demo  # if you want demo data
docker compose exec -it siwapp mix siwapp.register '[email protected]' '<password>'  # if you have restored a database dump
docker compose up

Now you can visit localhost:4010 from your browser.

To create a new user you can use mix siwapp.register <[email protected]> <your password> or using docker docker compose exec -it siwapp mix siwapp.register <[email protected]> <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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 46.7%
  • HTML 40.3%
  • CSS 9.8%
  • PLpgSQL 1.3%
  • JavaScript 1.1%
  • SCSS 0.7%
  • Other 0.1%