bookmarks-manager A Portal to allow users to save, organize, import and export bookmarks where users must be able to store their bookmarks privately or share it publicly.
-
To install the required dependencies:
- go to the root directory 'bookmark-manager/' and enter 'npm install' to install the required dependencies for backend
- go to the directory 'bookmark-manager/frontend' and enter 'npm install' to install the required dependencies for frontend
-
To launch the web app:
- go to the root directory 'bookmark-manager/' and enter 'npm run app' to launch both frontend and backend servers OR
- go to the root directory 'bookmark-manager/' and enter 'npm run frontend-server' to launch the frontend server and
- go to the root directory 'bookmark-manager/' and enter 'npm run backend-server' to launch the backend server
-
To view all the data stored in the cloud database
- goto http://localhost:5000/ to view the server and the data in http://localhost:5000/api/users/
-
To view the database in the mongoDB,
- open MongoDB Compass,
- copy and paste mongodb+srv://bookmarks-manager:bookmarks12345@cluster0.wl7jm.mongodb.net/bookmarks-manager?authSource=admin&replicaSet=atlas-pjtfmc-shard-0&readPreference=primary&appname=MongoDB%20Compass&ssl=true
- then click connect
- then goto bookmarks-manager