A Bookmark Manager App
- MongoDB : As data storage
- GraphQL
- Docker : To build and run the deployment images
- FE: ReactJs, Ant Design
Some screenshots of the application. Login page Signup page Home Page Create Folder View All Links Bookmark Url
users {
_id: ObjectID,
email: string,
password: string,
}
links {
_id: ObjectId,
name: string,
user_id: string,
links: string[]
}