Skip to content

Latest commit

 

History

History
executable file
·
52 lines (33 loc) · 673 Bytes

README.md

File metadata and controls

executable file
·
52 lines (33 loc) · 673 Bytes

Notes-Aggregator

Purpose

Tried to solve biggest problem of engineering colleges, collecting notes.

Tech Stack

  1. React
  2. Redux
  3. Node.js

Problems

Too many notes (literally)

Steps to reproduce

  1. Clone.

  2. You should have node.js, npm and mongodb pre-installed

  3. In the project's directory, run the following command:

npm install
  1. Then run this command to start mongoDB
mongod --port 27017 --dbpath=./data
  1. Open another window in terminal and run
./node-modules/.bin/babel-node loadData.js
npm run dev
  1. Open another window in terminal and run
npm start
  1. Then Visit
http://0.0.0.0:3000