Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 728 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 728 Bytes

PROJECT Note taking app

Requirements

For development, you will only need Node.js, MongoDB installed on your environment.

Configure app

  1. /config/index.js (secret key for JWT authorization and DB url)
  2. /src/config.js (endpoint for auth and api)

Run

  1. Clone the repo
  2. npm install
  3. npm start ( ReactJS will start on http://localhost:3000 )
  4. npm run start:node ( NodeJS will start on http://localhost:3001 )

Start & watch npm start (for react running) npm run start:nodemoon (for server)

Simple build for production $ npm run build

Languages & tools

JavaScript React is used for UI. Redux es6 syntax.

Material-ui Module Grid system of Bootstrap NodeJS jsonwebtoken Passport Express Mongoose