A web application to manage notes.
- JavaScript 70%
- CSS 18.7%
- EJS 11.3%
|
|
||
|---|---|---|
| config | ||
| data | ||
| extras | ||
| INSTALLATION | ||
| routes | ||
| views | ||
| .gitignore | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| server.js | ||
Notiks
A web application to manage your notes as if they were desktop notes.

Web View
Installation
-
Download the content from this repository
-
Set up MySQL/MariaDB database
-
Run install script that is inside the INSTALLATION folder
-
Install PM2
npm install -g pm2 -
Run the application with the command
npm start
