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

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.

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