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

https://github.com/khattakdev/auth-boilerplate

Authorization boilerplate
https://github.com/khattakdev/auth-boilerplate

Last synced: 11 months ago
JSON representation

Authorization boilerplate

Awesome Lists containing this project

README

          

# Nodejs Authorization Template

## Description

A Nodejs Authorization Application

## Installation

```bash
$ npm install
```

## Setting up local environment

Create an `.env` file in your root

```
MONGO_URI=
```

## Running the app locally

```bash
# development
$ npm run start
```

## License

[MIT licensed](LICENSE).