Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 509 Bytes

File metadata and controls

35 lines (22 loc) · 509 Bytes

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