Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 882 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 882 Bytes

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