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

https://github.com/synthetic-borealis/auth-exercise


https://github.com/synthetic-borealis/auth-exercise

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Authentication Exercise

## Versions Used
* Node.js v16.6.0.
* Yarn v1.22.19.
* Versions of other dependencies are specified in ```package.json``` & ```yarn.lock``` (separately for the server & the client).

## Usage
In two terminal windows:
1. Start the server by running ```cd server && yarn start```.
2. Start the client by running ```cs client && yarn start``` (a browser window should open automatically).
3. Mock user emails & passwords are located in ```server/src/mock-users.js```.

## Asset Attributions
1. **Title:** FaUserAlt & FaLock

**Type:** Icons

**Creator:** [Font Awesome](https://fontawesome.com/)

**License:** [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)