https://github.com/sultanbadri/members-only
Members-only page made with Node.js, Express, MongoDB, and Passport.js.
https://github.com/sultanbadri/members-only
authentification express expressjs members-only mongodb node nodejs odin-project passportjs pugjs
Last synced: about 1 month ago
JSON representation
Members-only page made with Node.js, Express, MongoDB, and Passport.js.
- Host: GitHub
- URL: https://github.com/sultanbadri/members-only
- Owner: SultanBadri
- Created: 2021-09-06T20:02:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T22:29:02.000Z (over 2 years ago)
- Last Synced: 2025-03-23T18:52:21.475Z (11 months ago)
- Topics: authentification, express, expressjs, members-only, mongodb, node, nodejs, odin-project, passportjs, pugjs
- Language: JavaScript
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# members-only

## Description
Members-only page made with Node.js, Express, MongoDB, and Passport.js.
## Getting started
Clone the repo
```
git clone https://github.com/SultanBadri/members-only.git
```
Next, run:
```
cd members-only
npm install
npm run devstart
```
The server is now running at `localhost:3000`.