All Projects → FaztTech → Nodejs Notes App

FaztTech / Nodejs Notes App

A web app to create notes, and save it using Mongodb, plus authentication using passport.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Nodejs Notes App

Jianshu
仿简书nx+nodejs+nestjs6+express+mongodb+angular8+爬虫
Stars: ✭ 296 (+127.69%)
Mutual labels:  mongodb, express, passport
Ecommerce Site Template
A beautiful e-commerce template powered by React, Redux and other modern web tech.
Stars: ✭ 167 (+28.46%)
Mutual labels:  mongodb, express, passport
Saas
Build your own SaaS business with SaaS boilerplate. Productive stack: React, Material-UI, Next, MobX, WebSockets, Express, Node, Mongoose, MongoDB. Written with TypeScript.
Stars: ✭ 2,720 (+1992.31%)
Mutual labels:  mongodb, express, passport
Nest Angular
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
Stars: ✭ 307 (+136.15%)
Mutual labels:  mongodb, express, passport
Mern Boilerplate
Fullstack boilerplate with React, Redux, Express, Mongoose, Passport Local, JWT, Facebook and Google OAuth out of the box.
Stars: ✭ 112 (-13.85%)
Mutual labels:  mongodb, express, passport
Node Express Mongoose Demo
A simple demo app using node and mongodb for beginners
Stars: ✭ 4,976 (+3727.69%)
Mutual labels:  mongodb, express, passport
Meantorrent
meanTorrent - MEAN.JS BitTorrent Private Tracker - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js, A BitTorrent Private Tracker CMS with Multilingual, and IRC announce support, CloudFlare support. Demo at:
Stars: ✭ 438 (+236.92%)
Mutual labels:  mongodb, express, passport
Mern Stack Authentication
Secure MERN Stack CRUD Web Application using Passport.js Authentication
Stars: ✭ 60 (-53.85%)
Mutual labels:  mongodb, express, passport
Hobbies
Keeping track of your hobbies
Stars: ✭ 90 (-30.77%)
Mutual labels:  mongodb, express
Node Express React Redux Zwitter
🐣 A basic clone of Twitter (Boilerplate App) - Separate API (express+mongo) and Frontend (react+redux) folders using Node, Express, MongoDB, React (create-react-app), React Router v4 and Redux.
Stars: ✭ 91 (-30%)
Mutual labels:  mongodb, express
Fontend
使用Node、Vue、ElementUI、iViewUI,验证码等等搭建一个综合性网站(含后台管理系统)
Stars: ✭ 97 (-25.38%)
Mutual labels:  mongodb, express
Vue Node Mongodb
vue+express+mongodb+阿里云部署上线, 前后端分离博客
Stars: ✭ 88 (-32.31%)
Mutual labels:  mongodb, express
Boilerplate Vue Apollo Graphql Mongodb
Start your magical stack journey!
Stars: ✭ 85 (-34.62%)
Mutual labels:  mongodb, express
Chat.io
A Real Time Chat Application built using Node.js, Express, Mongoose, Socket.io, Passport, & Redis.
Stars: ✭ 1,325 (+919.23%)
Mutual labels:  express, passport
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+870%)
Mutual labels:  mongodb, express
Vue2 Shop
A shop developed with Vue2 + Vue-router + Axios + Vuex + Node + Express + MongoDB + Webpack
Stars: ✭ 103 (-20.77%)
Mutual labels:  mongodb, express
Meanstackjs
Mean Stack JS - MongoDB, Express JS, Angular JS & Node JS
Stars: ✭ 104 (-20%)
Mutual labels:  mongodb, express
Authenticationintro
Stars: ✭ 82 (-36.92%)
Mutual labels:  mongodb, express
Zhaopinapp
一个基于react16,redux,react-router4,antd-mobile,axios及node,express,mongodb实现的全栈招聘类webapp项目。
Stars: ✭ 100 (-23.08%)
Mutual labels:  mongodb, express
Mean Stack Angular5 Crud
MEAN Stack (Angular 5) CRUD Web Application Example
Stars: ✭ 107 (-17.69%)
Mutual labels:  mongodb, express

Notes App NodeMongo

This is a basic App to manage simple Notes on the web using Javascript Technologies like Nodejs, Mongodb, and other related technologies.

This app can do:

  • CRUD Operations: create/read/update/delete Notes
  • Allows a user to do login and save his personal notes

Screenshot

Environment Variables

This app needs the following environment Variables

  • MONGODB_HOST this is the Mongodb URI string
  • MONGODB_DATABASE Mongodb database name
  • NODE_ENV node environment

Docker

you can run a container for development

npm install
docker-compose up

Default User

when the app is lauched, this will create an Admin user with the following credentials:

Recursos

Tutorial

This app was created with educational purposes, so you can found the tutorials in the following links:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].