A wiki to ease developers' work by providing a user authentication librariesthat can be used as middleware within a web application to authenticate (their application user) requests.
View the demo here.
The list of contributors to this project and their contributions is available here
Fork the repository: Click the "Fork" button on the upper right corner of the Repository page.
Make a Local Clone: Clone the forked repository to your local machine (computer)
git clone https://github.com/zuri-training/team-6-auth-wiki.git
git clone https://github.com/zuri-training/team-6-auth-wiki.git
git remote add --track main upstream https://github.com/zuri-training/team-6-auth-wiki.git
git fetch upstream
# replace branch_name with your branch name
git checkout -b branch_name upstream/main
git add <filename>
git commit -m "add your commit message"
git push -u origin branchname
Change to the /api
directory
cd api
Install composer's dependencies
composer install
Composer's post install script will setup the configuration and run the migrations
Start the server
php spark serve
In the project directory, you can run:
npm start
Runs the app in the development mode.\ Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.\ You may also see any lint errors in the console.
npm test
Launches the test runner in the interactive watch mode.\ See the section about running tests for more information.
npm run build
Builds the app for production to the build
folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\ Your app is ready to be deployed!