Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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