Skip to content

It is application which will search repository from github APIs and can bookmark any repository, user can see alos see the bookmarked repository and can removed from bookmark.

Notifications You must be signed in to change notification settings

Sanjeev1308/bookmark-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Bookmark app

Bookmark app uses the GITHUB API for searching the repositories and bookmaring them. The app doesn't have DB, it stores the bookmarks into the text file on server.

Installation

app requires Node.js v8+ to run.

client:

Install the dependencies and devDependencies and start the server.

$ cd client
$ npm install
$ npm start

Open http://localhost:3000 to view it in the browser.

server:

The repositories are fetched from the GIHUB API according to user input. The bookmarks are saved into the file server/db/data.txt

Install the dependencies and devDependencies and start the server.

$ cd server
$ npm install
$ npm start

API call

API URL
Search repositories /repositories/:repo
Bookmark repository /repositories/bookmark/:id/save
Fetch Bookmarks /repositories/bookmark/all
Remove Bookmark /repositories/bookmark/:id/remove

About

It is application which will search repository from github APIs and can bookmark any repository, user can see alos see the bookmarked repository and can removed from bookmark.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published