This backend is an API that is for the voting system. It manages users, polls, and votes. It includes JWT authentication, admin routes, and vote management. It also includes a mailing system with mailing templates using maizzle.
- Log in to the container
mysql -uroot -p
- Enter the password
root
use mysql;
GRANT ALL ON *.* TO 'user'@'%';