https://github.com/synthetic-borealis/auth-exercise
https://github.com/synthetic-borealis/auth-exercise
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/synthetic-borealis/auth-exercise
- Owner: synthetic-borealis
- Created: 2022-08-04T15:46:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-07T10:20:58.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T09:18:37.202Z (5 months ago)
- Language: TypeScript
- Size: 483 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)