Skip to content

A fullstack app with front-end as react, redux and redux saga with redux. For backend I have used node, koa and redis.

Notifications You must be signed in to change notification settings

aatifbandey/gitinspector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Inspector

Version 1.0

  • An app to search for github users and repositories.
  • A fullstack app with front-end as react, redux and redux saga. On backend we have node, koa and redis.

Folder structure

gitinspector/
├── client                          # Frontend
├── server                          # Backend
├── package.json                    # Dependencies
├── webpack.config                  # Webpack config

Requirements

  • node
  • pnpm you can use yarn or npm too
  • redis Install redis on system or server

Installation

  1. Make sure you have fulfilled all the requirements above.
  2. Run pnpm install
  3. Run pnpm run start:dev
  4. Run pnpm run server
  5. Open browser localhost:8080
  6. Done.

Tech stack

  1. React (v:16+)
  2. Emotion
  3. Redux, redux-saga, redux-persist
  4. Node
  5. Koa
  6. Redis (node)

API Documentation

Contributors

About

A fullstack app with front-end as react, redux and redux saga with redux. For backend I have used node, koa and redis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published