Skip to content

Stevenbdl/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes App with Node.js

This app is a CRUD in notes app, I use passport for Auth, Express.js for server and MongoDB for store data. You can see all dependencies in packages.json

Demo

How to run

NOTE Make sure that of run mongoDB.

#For installing all dependencies.
$ node install
#For run the app.
$ node start
#Or for run with nodemon
$ npm run dev
  • When you run the app then go to localhost:5000

Features

  • Login System.
  • Authentication and Authorization.
  • Restrict to pages when is logged or you are not logged.
  • Create, read, update and delete a note.
  • When the text of the note is very long then a (eye) is added to the note and if you click it modal is open when the full text.
  • Interface with Bootstrap(Bootswatch theme, this is a backend practice project).

About

Notes App with Node.js and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors