Skip to content

A Bookmark manager App using Node.js, GraphQL, MongoDB, ReactJs, Ant Design

Notifications You must be signed in to change notification settings

toufiq-austcse/booker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Booker

A Bookmark Manager App

Dependencies

  • MongoDB : As data storage
  • GraphQL
  • Docker : To build and run the deployment images
  • FE: ReactJs, Ant Design

Screenshots

Some screenshots of the application. Login Page Login page Signup Page Signup page Create Deployment Part-1 Home Page Home Create Folder URL View All Links Details Page Bookmark Url

Database Schema

users {
    _id: ObjectID,
    email: string,
    password: string,
}

links {
    _id: ObjectId,
    name: string,
    user_id: string,
    links: string[]
}


About

A Bookmark manager App using Node.js, GraphQL, MongoDB, ReactJs, Ant Design

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published