Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 333 Bytes

File metadata and controls

32 lines (19 loc) · 333 Bytes

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