/NotesAPP

This application created as a minimal clone of Notion with NuxtJS

Primary LanguageVue

NotesAPP

It's a simple clone of Notion. NotesAPP uses Nuxt.js, Fastify and MongoDB as main stack.

Installation

  1. Clone repository
git clone https://github.com/VadyChel/NotesAPP.git
  1. Install dependencies
cd NotesAPP && npm i
  1. Run application
npm run dev

...or build it for production

npm run build

NotesAPP settings

In consts.js you can change api url

After this steps you should to install and run API