You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Update the Events Schema and add following fields :
a. Venue (String)
b. Date (Date)
c. Duration in days (Number)
d. Registration Link (String)
e. Slots (Object)
2. Add the following Endpoints :
a. DisplayOne: To fetch details of only one particular event based on a unique ObjectId.
b. Update: To update the details of an event based on a unique ObjectId.
How to contribute
Fork this repository.
Clone the fork on your machine and create a new branch (name according to your task).
Make your changes on the branch and commit them.
Push the changes on to the forked repository.
Create a pull request to this repository's main branch.
The text was updated successfully, but these errors were encountered:
1. Update the Events Schema and add following fields :
a. Venue (String)
b. Date (Date)
c. Duration in days (Number)
d. Registration Link (String)
e. Slots (Object)
2. Add the following Endpoints :
a. DisplayOne: To fetch details of only one particular event based on a unique ObjectId.
b. Update: To update the details of an event based on a unique ObjectId.
How to contribute
main
branch.The text was updated successfully, but these errors were encountered: