Skip to content

Notes Application developed with NodeJs for server side and Express-handlebars for client side.

Notifications You must be signed in to change notification settings

miltvalenz/NotesApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NotesApp

This is a full project to saved personal notes. It has many features:

  • Login
  • Signup
  • Create Notes
  • Edit Notes
  • Delete Notes

Running on Node.js

  • Express (Endpoints)
  • Express-handlebars (Frontend)
  • MongoDB (Database)
  • Mongoose (Data modeling)
  • Passport (Authentication)
  • Bcryptjs (Password hashing)

Installing

Install dependencies.

npm install 

To connect NotesApp to your mongoDB URL.

mv .env-example .env

Replace "your_mongo_url_here" for your mongoDB URL on .env file.

Script

Run the project.

npm run dev