HelloNote is an easy way of managing your notes.
This project is currently in development. Users can add-delete-edit and search notes. Form controls, login and signup functionalities are in progress.
VueJs
MongoDB
NodeJs
ExpressJs
Bulma.io
Clone down this repository:
You will need node
and npm
installed globally on your machine.
git clone https://github.com/merveer/notetaking.git
cd notetaking
Dependency Installation:
npm install
To Start Server:
nodemon
Serve with hot reload at localhost:8080
cd vuenote
npm install
npm run dev