Skip to content

Arman-Zohrabyan/note-taking-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published