All Projects → LintangWisesa → Express-MongoDB-Authentication

LintangWisesa / Express-MongoDB-Authentication

Licence: other
A simple authentication app using Express & MongoDB

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Express-MongoDB-Authentication

TvrboReact
Dream starter project: React, Redux, React Router, Webpack
Stars: ✭ 13 (-13.33%)
Mutual labels:  mongoose, expressjs
MovieGo
A Website implemented using MERN (MongoDB, ExpressJS, ReactJS and NodeJS) stack, which allows users to sign-in/register and book movie tickets online.
Stars: ✭ 26 (+73.33%)
Mutual labels:  mongoose, expressjs
express-mongo-jwt-boilerplate
Express Mongo JsonWebToken boilerplate
Stars: ✭ 100 (+566.67%)
Mutual labels:  mongoose, expressjs
Builderbook
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Stars: ✭ 3,015 (+20000%)
Mutual labels:  mongoose, expressjs
commerce
🛒 e-commerce-platform
Stars: ✭ 54 (+260%)
Mutual labels:  mongoose, expressjs
Nest Mean
NestJS Tutorial Repository
Stars: ✭ 250 (+1566.67%)
Mutual labels:  mongoose, expressjs
nodejs-shopping-cart
NodeJS / Express / MongoDB - Shopping Cart (monolithic app with handlebars)
Stars: ✭ 42 (+180%)
Mutual labels:  mongoose, expressjs
Express Es6 Starter
Starter project for creating a MVC express server with MongoDB
Stars: ✭ 178 (+1086.67%)
Mutual labels:  mongoose, expressjs
typijs
The Angular CMS Framework for building fully-featured SPA sites powered by NodeJS and MongoDB with TypeScript
Stars: ✭ 141 (+840%)
Mutual labels:  mongoose, expressjs
search-cities
No description or website provided.
Stars: ✭ 11 (-26.67%)
Mutual labels:  mongoose, expressjs
Generator Api
🚀 Yeoman generator for creating RESTful NodeJS APIs, using ES6, Mongoose and Express
Stars: ✭ 247 (+1546.67%)
Mutual labels:  mongoose, expressjs
MERN-JWT-AND-ROLE-AUTH
Neccessary features needed for your mern Application are now available.
Stars: ✭ 30 (+100%)
Mutual labels:  mongoose, expressjs
Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (+1353.33%)
Mutual labels:  mongoose, expressjs
nodejs-scaffolding
A node.js sample application that demonstrates an architecture for building a complete production API with Node.JS, Express.JS and MongoDB
Stars: ✭ 33 (+120%)
Mutual labels:  mongoose, expressjs
Angular2 Express Mongoose Gulp Node Typescript
AngularJS 2 (Updated to 4.2.0) Mean Stack application which uses Angular2, Gulp, Express, Node, MongoDB (Mongoose) with Repository Pattern Business Layer
Stars: ✭ 201 (+1240%)
Mutual labels:  mongoose, expressjs
pothole detection
By using this app users can report the potholes on road by clicking a photo via our app and if a pothole is detected by Machine Learning modal then it is saved to our Database from where officials can view the specifics like location,reported by and official can resolve the request.User are notified by email for every update regarding their request
Stars: ✭ 17 (+13.33%)
Mutual labels:  mongoose, expressjs
Node Express Mongoose Passport Jwt Rest Api Auth
Node, express, mongoose, passport and JWT REST API authentication example
Stars: ✭ 146 (+873.33%)
Mutual labels:  mongoose, expressjs
Amazona
Build Ecommerce Like Amazon By MERN Stack
Stars: ✭ 152 (+913.33%)
Mutual labels:  mongoose, expressjs
mern-stack-crud
MERN stack (MongoDB, Express, React and Node.js) create read update and delete (CRUD) web application example
Stars: ✭ 142 (+846.67%)
Mutual labels:  mongoose, expressjs
Natours
An awesome tour booking web app written in NodeJS, Express, MongoDB 🗽
Stars: ✭ 94 (+526.67%)
Mutual labels:  mongoose, expressjs

simplinnovation

A Simple Authentication App Using Express & MongoDB

simplinnovation_exp_auth

1. Activate your MongoDB server, then create a database, database user & collection on MongoDB:

  $ use signin

  $ db.createUser({user: 'lintang', pwd: '1234', roles: ['readWrite', 'dbAdmin']})
    
  $ db.createCollection('users')

2. Clone the project from my repo:

  $ git clone https://github.com/LintangWisesa/Express-MongoDB-Authentication.git

3. Go to the repo then install all packages needed:

  $ cd Express-MongoDB-Authentication

  $ npm install

4. Edit Express app route on routes/router.js! Make sure there is no error on your app by running app.js. Server will be running by default on localhost:3210!

  $ node app

5. Open localhost:3210 via browser. If everything goes well, the response will be similar to the picture below:

simplinnovation_auth1

6. Try to signup, check on your database, then try to login. Have fun 😎 !

simplinnovation_auth2

simplinnovation_auth3

simplinnovation_auth4

simplinnovation_auth5

Lintang Wisesa 💌 [email protected]

Facebook | Twitter | Google+ | Youtube | :octocat: GitHub | Hackster

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].