Skip to content

Gcarter17/scribblesave

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scribble Save

Full stack MERN (Mongodb, express.js, react, node) note/bookmark manager with React hooks, context & JWT authentication.

Built on top of Brad Traversy's project here

Hosted online at Scribblesave.com

Features

  • Embdedded rich text editor, and code editor for making 'Scribbles'
  • Modern React App utilizing Context API
  • Endless folder nesting within 'Scribbles'
  • Oauth Google login / registration
  • Json Web Tokens authentication for email and password signup
  • User sessions

Usage

Install dependencies

npm run install
npm run client-install

Mongo connection setup

Edit your /config/default.json file to include the correct MongoDB URI

Run Server

npm run dev     # Express & React :3000 & :5000
npm run server  # Express API Only :5000
npm run client  # React Client Only :3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published