Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rifandani/node-auth
Membangun Register dan Login Authentication App berbasis NodeJS
https://github.com/rifandani/node-auth
bcryptjs ejs expressjs mongodb nodejs passport-local passportjs
Last synced: about 1 month ago
JSON representation
Membangun Register dan Login Authentication App berbasis NodeJS
- Host: GitHub
- URL: https://github.com/rifandani/node-auth
- Owner: rifandani
- Created: 2020-06-09T13:58:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T00:54:35.000Z (about 2 years ago)
- Last Synced: 2024-05-15T15:30:15.403Z (7 months ago)
- Topics: bcryptjs, ejs, expressjs, mongodb, nodejs, passport-local, passportjs
- Language: JavaScript
- Size: 675 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Authentication App
> Membangun Register dan Login Authentication App berbasis NodeJS
Aplikasi ini menggunakan beberapa dependencies diantaranya:
- bcryptjs
- connect-flash
- ejs
- express
- express-ejs-layouts
- express-session
- method-override
- mongoose
- passport
- passport-local## Demo
Demo aplikasi dapat diakses dengan link berikut: [Node Auth](https://rifandani-node-auth.now.sh/)
### Usage
```sh
npm install
``````sh
$ npm start
# Atau jalankan dengan Nodemon
$ npm run dev# Kunjungi http://localhost:5000
```### MongoDB
Buka "config/keys.js" dan tambahkan MongoDB url anda sendiri