Skip to content

App that register, log users and make the basic CRUD actions using NodeJS & MongoDB purely.

Notifications You must be signed in to change notification settings

AndreyPootMay/notes-app-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node JS basic application to learn the next themes or practice modules:

  • Bcrypt
  • Express
  • Express-Session
  • bcryptjs
  • connect-flash
  • method-override
  • mongoose

Install

  1. Clone this repository using git.
  2. Go to the app root directory cd notes-app-mongodb
  3. Type and enter npm install
  4. If all the modules was installed successfully, create the .env file copying the file .env.example using this command cp .env.example .env
  5. Edit the file using the parameters for your mongodb host and database.

Credits to @fazt-code: https://www.youtube.com/watch?v=GVfAPWLkk0M&list=PLo5lAe9kQrwqUEXK7oQbzv63KsdODzuAy

About

App that register, log users and make the basic CRUD actions using NodeJS & MongoDB purely.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published