A groovy open source scrum application utilizing the STAPLE stack:
In addition to some basic scrum functionality, users can indicate what they are working on and every client is updated in real time; giving the app a fun sense of teamwork.
docker run --name pg -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -d postgres
Get the dependencies.
mix deps.get
Setup the database.
mix ash_postgres.create
mix ash_postgres.migrate
iex -S mix phx.server
After registering, you will need to check the logs for the email verification link, or go to http://localhost:4000/dev/mailbox.
After verifying your email, you must complete your profile before accessing the rest of the application.
mix deps.get
mix phx.gen.release
mix
echo "SECRET_KEY_BASE=$(mix phx.gen.secret)" > .env
docker compose up --build
After registering, you will need to check the logs for the email verification link.
After verifying your email, you must complete your profile before accessing the rest of the application.
https://www.creative-tim.com/product/soft-ui-dashboard-tailwind
MIT License
Copyright (c) 2017 Creative Tim
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.