Merge b7943ff8d0
into 08b771c863
commit
7b52beeeab
@ -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)
|
Loading…
Reference in new issue