Skip to content

RajatSablok/fuzzy-happiness-bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzy Happiness Bookmark App

An easy to use bookmark management application

DOCS HEROKU

Features

  • Create and delete bookmarks
  • Create and delete tags
  • Easily add tags to an existing bookmark

Built on

  • Node.Js
  • MongoDB

Instructions to run

$ git clone https://github.com/RajatSablok/fuzzy-happiness-bookmarks.git
$ cd fuzzy-happiness-bookmarks
$ npm install

Create a .env file in the root directory with the following field:
DBURI

$ npm start

Contributor