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: 4 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T00:54:35.000Z (about 3 years ago)
- Last Synced: 2025-10-12T04:32:20.827Z (4 months ago)
- Topics: bcryptjs, ejs, expressjs, mongodb, nodejs, passport-local, passportjs
- Language: JavaScript
- Size: 675 KB
- Stars: 2
- Watchers: 1
- 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