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
- Host: GitHub
- URL: https://github.com/sdn302/assignment-3
- Owner: SDN302
- License: mit
- Created: 2024-09-12T15:47:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T03:35:34.000Z (over 1 year ago)
- Last Synced: 2025-02-27T02:18:00.522Z (over 1 year ago)
- Topics: api, jwt, jwt-authentication, nodejs, sdn302, swagger, swagger-ui
- Language: TypeScript
- Homepage:
- Size: 88.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Assignment 3




> User Authentication
## 📢 Advertisement

---
## Documents
- Document: [Assignment 3](docs/Assignment%203.docx)
- Database: [Database](data/README.md)
## Build
### Install dependencies:
```bash
yarn
```
### Run:
```bash
yarn dev
```