It's a simple clone of Notion. NotesAPP uses Nuxt.js, Fastify and MongoDB as main stack.
- Clone repository
git clone https://github.com/VadyChel/NotesAPP.git
- Install dependencies
cd NotesAPP && npm i
- Run application
npm run dev
...or build it for production
npm run build
In consts.js
you can change api url
After this steps you should to install and run API