- Datum: 24. September 2017
- Author: Dennis Briner
A simple note application. Backend: node / express / NeDB Frontend: plain HTML/CSS/JS, handlebars as template engine, no frameworks!
Things might be a little a little messy in the frontend. This is due to the limitation of libraries/frameworks (by not using any) and the fancy visual sort mechanism.
https://note-pro.herokuapp.com/
# Repo klonen
git clone https://github.com/TheMen4ce/note-pro.git
# In Verzeichnis wechseln
cd note-pro
# NPM-Dependencies installieren (in package.json definiert)
npm i
npm start