Code Monkey home page Code Monkey logo

notus's Introduction

Notus

npm version semistandard travis build license

Description

Take notes with ease using Notus. Feel free to use either Markdown or HTML.

Requirements

You really need these things:

Installation

~ $ git clone https://github.com/OnlyTwentyCharacters/notus
cd notus
npm install

Configuration

First clone the config.js.example file.

~ $ cp config.js.example config.js

Fill in each of the values.

Name Key Name Description Example
Base Domain domains.base the link to your website without https:// (may include www) notus.cf
Mailing Domain domains.mail the domain email are sent from notus.cf
Site Domain domains.website full url to your website with the http:// https://notus.cf
Port port port number application runs on 8080
Data.gov Key dataGovKey api key obtained from data.gov N/A
Secret secret a random string used to sign cookies asupercomplicatedstring
MongoDB Connection String database mongodb connection string mongodb://username:password@domain/database
RethinkDB Database Name rethinkdb.db name of database used in rethinkdb connections Notus
RethinkDB Hostname rethinkdb.servers.host hostname used in rethinkdb connections localhost
RethinkDB Port rethinkdb.servers.port port used in rethinkdb connections 28015
Note Limit noteLimit maximum number of notes than can be created per user 100
Mail Service mailService.service service used to send mail SendGrid
Mail Service Username mailService.service.auth.user username on service used to send mail [email protected]
Mail Service Password mailService.service.auth.pass password on service used to send mail ididnothashmypassword

Deployment

Using a production manager for Node.js applications is recommended.

With pm2: ~ $ pm2 start Notus.js

If you're just testing out Notus for a very short period of time, just do: ~ $ node Notus.js

Built with

  • Node.js
  • Express.js
  • Passport.js
  • EJS
  • RethinkDB
  • MongoDB
  • SimpleMDE

notus's People

Contributors

onlytwentycharacters avatar suufi avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.