feat: Implement admin user and course management, instructor course and quiz management

This commit is contained in:
Missez 2026-02-11 17:03:43 +07:00
parent 8edc3770eb
commit a65ded02f9
7 changed files with 156 additions and 7 deletions

View file

@ -44,5 +44,4 @@ ENV PORT=3001
ENV NUXT_HOST=0.0.0.0
ENV NUXT_PORT=3001
# Start the application using preview command
CMD ["node", ".output/server/index.mjs"]