In this project I used the GitHub API to get the user profile data.
View deployment: github-user-search
Clone the project
git clone https://github.com/corderodev/github-user-search.git
Go to the project directory
cd github-user-search
Install dependencies
npm install
Start the server
npm run start
To run tests, run the following command
npm run cypress:open
To deploy this project first run
npm run predeploy
and then run the following
npm run deploy
If you have any feedback, please write me at dnlambb@writeme.com