A Node.js / TypeScript / Postgres starter with ready-to-use users management (register, login, forgot password etc) to focus on building your new ideas. Built upon the excellent AdonisJS MVC Framework.
71
stars
15
forks
source link
Delete old user picture when he uploads a new one #1
in the "polls-app" example, this is done in a model hook: https://github.com/adonisjs-community/polls-app/blob/main/app/Models/User.ts#L78
See App/Models/User