Skip to content

A MEVN (MongoDB, Express.js, Vue.js and Node.js) App which lets you quickly capture what's on your mind.

Notifications You must be signed in to change notification settings

itsbhatt/NotesApp

Repository files navigation

Notes-APP

Simple Notes App A MEVN project (MongoDB, Express.js, Vue, Node.js)

Project Setup

# Create .env file
> touch .env

#add MONGODB_URI="YOUR_DB_CREDENTIALS" in .env file

Build Setup

# Setup & Run server

npm install
npm run serve


# Run client
cd client/
npm install
npm run dev

About

A MEVN (MongoDB, Express.js, Vue.js and Node.js) App which lets you quickly capture what's on your mind.

Topics

Resources

Stars

Watchers

Forks