Skip to content

An overly complex SearchGitHub API built using React, NodeJS and Sequelize.

Notifications You must be signed in to change notification settings

JulienParis26/cx-search-in-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SearchGitHub-React-App

Title

Let's talk about Github API with NodeJS, React and Sequelize.

Utilisation

In shell, open the server folder.

Then, run the command below:

$ npm install
In a second shell, open the client folder.

Then, run the command below:

$ npm install
To run the server :

In the server folder, run the command below:

$ npm run start <port>
To run the client :

In the client folder, run the command below:

$ npm start

Route utilisation

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.

Demo

demo

About

An overly complex SearchGitHub API built using React, NodeJS and Sequelize.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published