Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T22:29:02.000Z (over 1 year ago)
- Last Synced: 2024-10-14T15:22:14.813Z (23 days 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
![members-only](https://user-images.githubusercontent.com/46205282/147396832-07e45cb6-e294-4ae4-b75c-28184b768b15.gif)
## 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`.