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

https://github.com/sdn302/assignment-3

User Authentication
https://github.com/sdn302/assignment-3

api jwt jwt-authentication nodejs sdn302 swagger swagger-ui

Last synced: about 1 year ago
JSON representation

User Authentication

Awesome Lists containing this project

README

          

# Assignment 3

![GitHub contributors](https://img.shields.io/github/contributors/SDN302/assignment-3)
![GitHub top language](https://img.shields.io/github/languages/top/SDN302/assignment-3)
![GitHub repo size](https://img.shields.io/github/repo-size/SDN302/assignment-3)
![GitHub License](https://img.shields.io/github/license/SDN302/assignment-3)

> User Authentication

## 📢 Advertisement

Advertisement

---

## Documents

- Document: [Assignment 3](docs/Assignment%203.docx)
- Database: [Database](data/README.md)

## Build

### Install dependencies:

```bash
yarn
```

### Run:

```bash
yarn dev
```