Skip to content

tylernchls/React-Kanban

Repository files navigation

React-Kanban

Built a Digital Kanban board using:

  • React w/ Redux for building the front-end User-Interface (UI)
  • HTML and CSS (via sass)
  • Express as the Server
  • Sequelize as the ORM for the Postgresql Datastore.
  • Webpack as module bundler alt tag

Setting up the project

  • Fork and clone on local machine
  • Navigate to corresponding folder
  • Run psql in cmd line
  • Create a database for the project in postgres (psql cmd = create database "name of database";)
  • Connect to database (psql cmd = \c "name of database")
  • Update config.json file with name of your database
  • Run npm install
  • After installation is complete, Run node server.js in your cmd line
  • Webpack will start the server listening on port 3000
  • Open up web browser and navigate to localhost:3000

About

Kanban built with React+Redux+Webpack. Deployed with Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published