Skip to content

Note Saver App made with NodeJS, MongoDB using express and mongoose

Notifications You must be signed in to change notification settings

ashishcors/noteApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noteApp

Simple NodeJS app to keep a record of NOTES in mongoDB database

made using Express, Mongoose and other dependencies like body-parser, connect-flash, etc

Steps to Run this Project

1. Clone the Repo

2. Connect to mongoDB database defining DATABASE varriable in config.env

3. Run Commands

  • npm install
  • nodemon

Preview

1. List of notes

list_of_notes

2. Adding a note

list_of_notes

3. Editing a note

list_of_notes

3. Searching a note

list_of_notes

4. Deleting a note

list_of_notes

5. Deleting a tag

list_of_notes

About

Note Saver App made with NodeJS, MongoDB using express and mongoose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.4%
  • HTML 31.3%
  • CSS 4.3%