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. Add the following fields to Projects Schema :
a. Project Title (String)
b. Domain (String)
c. Description (String)
d. Project Thumbnail (Image (Buffer) or cloudinary link)
e. GitHub link (String)
f . Video link (String)
2. Add the following Endpoints :
a. Create: To add a new Project.
b. Edit: To update the details of a project based on unique ObjectId.
c. Display: To get the list of all projects.
d. DisplayOne: To get the details of only one project based on unique ObjectId.
e. Delete: To delete a project based on 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. Add the following fields to Projects Schema :
a. Project Title (String)
b. Domain (String)
c. Description (String)
d. Project Thumbnail (Image (Buffer) or cloudinary link)
e. GitHub link (String)
f . Video link (String)
2. Add the following Endpoints :
a. Create: To add a new Project.
b. Edit: To update the details of a project based on unique ObjectId.
c. Display: To get the list of all projects.
d. DisplayOne: To get the details of only one project based on unique ObjectId.
e. Delete: To delete a project based on unique ObjectId.
How to contribute
main
branch.The text was updated successfully, but these errors were encountered: