A web application to manage notes.
This repository has been archived on 2026-05-12. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • JavaScript 70%
  • CSS 18.7%
  • EJS 11.3%
Find a file
2024-02-06 12:51:59 +01:00
config Pre-release 1.0.1 2019-07-10 21:52:39 +02:00
data Pre-release 1.0.1 2019-07-10 21:52:39 +02:00
extras Pre-release 1.0.1 2019-07-10 21:52:39 +02:00
INSTALLATION Pre-release 1.0.1 2019-07-10 21:52:39 +02:00
routes Pre-release 1.0.1 2019-07-10 21:52:39 +02:00
views Pre-release 1.0.1 2019-07-10 21:52:39 +02:00
.gitignore Remove node_modules 2020-05-03 02:47:24 +02:00
LICENSE Create LICENSE 2020-05-03 02:38:01 +02:00
package.json Bump ejs from 3.1.6 to 3.1.7 2024-02-06 11:51:38 +00:00
pnpm-lock.yaml Merge pull request #4 from abnazhor/dependabot/npm_and_yarn/semver-6.3.1 2024-02-06 12:51:59 +01:00
README.md Final markdown change 2019-07-18 00:40:43 +02:00
server.js Pre-release 1.0.1 2019-07-10 21:52:39 +02:00

Notiks

A web application to manage your notes as if they were desktop notes.

Web View

Installation

  1. Download the content from this repository

  2. Set up MySQL/MariaDB database

  3. Run install script that is inside the INSTALLATION folder

  4. Install PM2

    npm install -g pm2
    
  5. Run the application with the command

    npm start