Skip to content

merveuygunerdol/notetaking

Repository files navigation

HelloNote

HelloNote is an easy way of managing your notes.

Project Status

This project is currently in development. Users can add-delete-edit and search notes. Form controls, login and signup functionalities are in progress.

Technologies

VueJs
MongoDB
NodeJs
ExpressJs
Bulma.io

Installation and Setup Instructions

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