Arman-Zohrabyan / note-taking-app

Note Taking App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Note Taking App


Languages

Language:JavaScript 97.8%Language:HTML 1.4%Language:CSS 0.8%