From 3e5ced7e2e69daa0bf52f455134e8934d62eae09 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar singh Date: Sat, 9 Oct 2021 21:28:45 +0530 Subject: [PATCH 1/3] New idea: Unsplash clone --- Projects/3-Advanced/Unsplash colne.md | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 Projects/3-Advanced/Unsplash colne.md diff --git a/Projects/3-Advanced/Unsplash colne.md b/Projects/3-Advanced/Unsplash colne.md new file mode 100644 index 00000000..53d92d90 --- /dev/null +++ b/Projects/3-Advanced/Unsplash colne.md @@ -0,0 +1,28 @@ +# Unsplash Clone + +**3-Advanced:** + +- Unsplash clone is a collection of images and videos uploaded by different users. + In order to complete this project + - Developer should know about Grid fs storage. + - Developer should when to use one of database storage or filesystem option to store filename in database. + +## User Stories + +- [ ] User can upload images and video. +- [ ] User can download images and video. +- [ ] User can delete uploaded file. + +## Bonus features + +- [ ] User can login/signup. +- [ ] User can create favourite list. +- [ ] User can send thank you token to other users. + +## Useful links and resources + +- [Grid fs storage](https://docs.mongodb.com/manual/core/gridfs) + +## Example projects + +- [Unsplash clone](https://dev-my-unsplash.netlify.app) From 4a12bac16fa16717515b1141d74bba344ae6af4c Mon Sep 17 00:00:00 2001 From: Saurabh Kumar singh Date: Sat, 9 Oct 2021 21:31:32 +0530 Subject: [PATCH 2/3] New idea: Unsplash Clone --- Projects/3-Advanced/{Unsplash colne.md => Unsplash-Clone.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Projects/3-Advanced/{Unsplash colne.md => Unsplash-Clone.md} (100%) diff --git a/Projects/3-Advanced/Unsplash colne.md b/Projects/3-Advanced/Unsplash-Clone.md similarity index 100% rename from Projects/3-Advanced/Unsplash colne.md rename to Projects/3-Advanced/Unsplash-Clone.md From b7943ff8d0a3f677cafef671d477819af3c3280a Mon Sep 17 00:00:00 2001 From: Saurabh Kumar singh Date: Sat, 9 Oct 2021 21:33:28 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6557617..af0fd6dc 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ required to complete them. | [Slack Archiver](./Projects/3-Advanced/Slack-Archiver.md) | Archive Slack Messages | 3-Advanced | | [Spell-It App](./Projects/3-Advanced/SpellIt-App.md) | A twist on the classic Speak N Spell game | 3-Advanced | | [Survey App](./Projects/3-Advanced/Survey-App.md) | Define, conduct, and view a survey | 3-Advanced | +| [Unsplash clone](./Projects/3-Advanced/Unsplash-Clone.md) | Upload/download image and video to database | 3-Advanced | ## Plans for the future