Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/nguyenhoaiphuong/kanban

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/nguyenhoaiphuong/kanban

  • v0.0.0-20191224110929-215d068d5957
  • Source
  • Go
  • Socket score

Version published
Created
Source

Kanban metrics

  • This project is composed of 2 major packages: client and server.

  • Client is mainly programmed by reactjs. Some frameworks being used are listed below:

    • redux
    • router
  • Server is programmed by GO langague.

Installation

Firstly make sure that you have Node, Docker and Git installed. Next clone this repo https://github.com/NguyenHoaiPhuong/warehouse.git. You can do this by going into your shell of choice and entering

git clone https://github.com/NguyenHoaiPhuong/kanban.git

Then, access the project directory (kanban) and run docker-compose up as shown below:

cd kanban
docker-compose up

Next, open a new terminal and access the project directory again. Restore the backup database by make command:

make restore-backup-db

Finally, open your web browser and access http://localhost:5001/. At the beginning, you will be requested to login. The default username and password are admin. After login successfully, you will be able to access the home page.

Tech stack

Frontend

  • typescript

  • @types/react

  • @types/react-dom

  • @types/jest

  • @types/node

  • @types/react-router-dom

  • @types/redux

  • @material-ui/core

  • @material-ui/icons

  • react-redux

  • redux-thunk

  • react-router-dom

  • Refer to following link for "How to use Immutable.js Records with React and Redux":

https://medium.com/azendoo-team/immutable-record-react-redux-99f389ed676

Backend

Docker

FAQs

Package last updated on 24 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc