Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Projects Schema and Routes | Backend #4

Open
vkinsane opened this issue Oct 24, 2021 · 2 comments
Open

Projects Schema and Routes | Backend #4

vkinsane opened this issue Oct 24, 2021 · 2 comments
Assignees

Comments

@vkinsane
Copy link

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

  1. Fork this repository.
  2. Clone the fork on your machine and create a new branch (name according to your task).
  3. Make your changes on the branch and commit them.
  4. Push the changes on to the forked repository.
  5. Create a pull request to this repository's main branch.
@kartikrupauliha
Copy link
Contributor

Please assign this issue to me.

@vkinsane
Copy link
Author

@kartikrupauliha Assigned 👍.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants