dscvitpune / dsc-admin-panel

This is the Admin Panel for DSC's Website
https://dscadminpanel.herokuapp.com/
1 stars 7 forks source link

Projects Schema and Routes | Backend #4

Open vkinsane opened 3 years ago

vkinsane commented 3 years ago

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 commented 3 years ago

Please assign this issue to me.

vkinsane commented 3 years ago

@kartikrupauliha Assigned 👍.