https://github.com/vectormike/referral-system
Replica of a referral system.
https://github.com/vectormike/referral-system
Last synced: about 1 year ago
JSON representation
Replica of a referral system.
- Host: GitHub
- URL: https://github.com/vectormike/referral-system
- Owner: Vectormike
- Created: 2021-04-28T00:11:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-16T18:42:27.000Z (about 5 years ago)
- Last Synced: 2025-02-02T06:41:27.812Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Referral System
## Getting started
This project will run on **NodeJs** using **MongoDB** as database.
## Features
- Basic Authentication (Register/Login with hashed password)
- JWT Tokens, make requests with a token after login with `Authorization` header with value `Bearer thisisasamplesecret` where `thisisasamplesecret` will be returned in Login response.
- Create Referral API
- Confirm Referral API