Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 537 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 537 Bytes

DateNote

Store your notes in a calendar style view. Organize your courses and your life together, like never before.

How to start (For Team Members)

Run the following commands to deploy in local environment

Update homebrew: brew update

Install mongoDB: https://attacomsian.com/blog/install-mongodb-macos

Install Node: brew install node

Download packages: npm install

(ONE TIME THING) To create database run: mongo use DateNote

To run server.js run npm run devStart.