DEV Community

Rasheed
Rasheed

Posted on

Philomath is making progress.

GitHub logo arasheedu / philomath

Philomath helps you index websites pointed to by your bookmarks on your machine and then search and locate bookmarks containing specified keywords.

Philomath

Philomath helps you index your bookmarks on your machine such that they can be searched with keywords easily for later reference and recollection. In the fast changing search results on the web how often have you looked for the same web page again and had no luck. With philomath it becomes easier to index and reference the web articles that you care most.

This has been developed on Windows 10 and Docker for Windows is a pre-requisite to run the solution

Running from source

c:\> cd philomath
c:\philomath> docker build -t philomath --file Dockerfile.philomath .
c:\philomath> docker-compose up
Enter fullscreen mode Exit fullscreen mode
c:\> cd philomathclient
c:\philomathclient> npm install
c:\philomathclient> npm start .
Enter fullscreen mode Exit fullscreen mode

The rest is self explanatory ;-)

License

MIT




I have been at work on this weekend project and has made quite a bit of progress. Posting update looking for some feedback. Creating the installer, updating the README etc. are in progress.

Thanks!

Top comments (0)