https://github.com/khattakdev/auth-boilerplate
Authorization boilerplate
https://github.com/khattakdev/auth-boilerplate
Last synced: 11 months ago
JSON representation
Authorization boilerplate
- Host: GitHub
- URL: https://github.com/khattakdev/auth-boilerplate
- Owner: khattakdev
- License: mit
- Created: 2021-03-30T10:21:44.000Z (about 5 years ago)
- Default Branch: start-template
- Last Pushed: 2021-03-31T17:33:49.000Z (about 5 years ago)
- Last Synced: 2025-03-30T02:14:59.517Z (about 1 year ago)
- Language: EJS
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).