This module enables users to
- List a single event,
- List all the events,
- List the events created by the current user
- List the events participated by the current user
- Create an event
- Update an event that is created by the user
- Delete an event that is created by the user
- Register for an event that is created by other users
- Send invitations to other users of event that is created by the inviter user
- List the received intivations
- List the sent invitations
- Accept to participate an invited event.
git clone https://github.com/onrdr/User-Event-Module
cd User-Event-Module
dotnet test
(If you get docker daemon is not running error, Please make sure that the docker is running on your device.)
docker build -f API/Dockerfile -t onur-user-events-api .
docker run -it --rm -p 5000:8090 onur-user-events-api
