/github-user-search-backend

The backend of the github-ser-search application

Primary LanguageJavaScript

HOW TO SET UP THE PROJECT

  1. Clone the repo and run npm install
  2. Log into your github account and create an access token.
  3. Rename the .env.example file to .env and add the token and appropriate port you want your server to run on.
  4. Run npm start to start the project