Let's talk about Github API with NodeJS, React and Sequelize.
Then, run the command below:
$ npm install
Then, run the command below:
$ npm install
In the server folder, run the command below:
$ npm run start <port>
In the client folder, run the command below:
$ npm start
Method | Route | Description |
---|---|---|
GET | /users/:username | that will take a username string in params and then call the github api to fetch the public informations. |