[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Site with basic posting functionality. Supports link image, and text posts. Data is stored onto a local database (using nedb).

Notifications You must be signed in to change notification settings

arvind-balaji/note-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note-Share

Description

Site with basic posting functionality. Has a password protected admin panel for deleting posts. Supports link and text posts. Data is stored onto a local database (using nedb).

Dependencies

Make sure you have node and npm installed on your machine.

Getting Started

When building the project for the very first time, run the following command to get all required dependencies.

npm install

Usage

To run the project, execute the following command.

npm start

To run the project in production mode using 'forverjs', execute the following command.

npm run forever

Create a users.htpasswd and admin.htpasswd file and put them at the project root.

Server runs on port 3000 by default. /admin goes to admin panel.

To-Do

  • possibly add an image uploader? DONE! (comit 7f3c007)
  • sanitize links on link posts DONE! (comit 2b46713)
  • direct link to posts - 'permalinks' DONE! (comit 64a72fe)
  • implement search DONE!
  • basic markdown processing for text posts
  • add tags to posts - separate by classes/categories
  • implement post sorting

About

Site with basic posting functionality. Supports link image, and text posts. Data is stored onto a local database (using nedb).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published