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
- 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
