Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.0.1 Release: 🔖 Quiz Back v[0.0.1] - 2025-01-14
    ### Added
    
    - Endpoints
      - Users (only by user)
        - GET "/self", getSelfUser
        - PUT "/self", editSelfUser
        - DELETE "/self", removeSelfUser
      - Users (only by admin)
        - GET "", getUsers
        - GET "/:id", getUser
        - POST "", createUser
        - PUT "/:id", editUser
        - DELETE "/:id", removeUser
      - Media (for questions)
        - Static "", "./assets/media" (store the media on the server machine, could be yours)
        - POST "/questionsMedia", addMediaFileToQuestion
        - DELETE "/questionsMedia/:id", removeMediaFileToQuestion
    - Authentication with keycloak
      - config in `./data/realm-export.json`
    - AutoMigration/Seed of the database
      - from `./data/database_example.json`