• Stars
    star
    1
  • Language
    HTML
  • Created almost 5 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An Event Management App

More Repositories

1

SOLID_OOD

Implementation of SOLID Object-Oriented Design in C#
C#
2
star
2

Teacher-evaluation-System-api

C#
1
star
3

HomeBankingV1.0

In this one can have mutiple accounts and can keep all details regarding expenses , loans etc
JavaScript
1
star
4

OnlineAuctioningSystem

C#
1
star
5

imagesdashboardapi

Summary: The app would allow people to login, and upload images. Details of project: Part 1 - Basic login, and users management - Two types of dashboard users are: Users and Admins - Users/Admins would log in using their email address or employee id (login screen design will be provided) - Users/Admins can signup for new accounts by filling up a form (form fields will be provided) When Logged in: - Users/Admins can change their password and other basic info - Admins can create, edit, delete new User/Admin accounts - Admins can view new account requests -> make new accounts from those requests - Admins can create, edit, delete access groups. Each User shall have multiple access groups attached to it. - Admins can create, edit, delete images categories. Part 2 - Images upload - Admins can upload multiple images to dashboard (each file can be in GBs). Admin must select an access group and an image category with it - After upload, the file is stored in filesystem, and it's path + access group + uploader's info is stored in RabbitMQ - Admin can list & remove items in the RabbitMQ - (My docker service will take items in rabbitmq, process them, and put them in a database) - Admin can list, delete, edit info of images in db
JavaScript
1
star