This project connects to a thirdy part API and get data in three routes:
Number is a query string optional
/api/users?since={number}
Username is a parameter necessary to get the details
/api/users/:username/details
Username is a parameter necessary to get the repos
/api/users/:username/repos
- clone the project
- npm install in root folder
- npm tests
- npm start
- Use some HTTP client to access the routes listed above
- Access (API)[https://node-github-api-production.up.railway.app/api/users/]
- Change for each desire route listed above.
- If you merge some branch to main ou commit directly, so Railway on server will get the changes and will do the deploy.