Giter VIP home page Giter VIP logo

do's Introduction

Notes management application built with React and Redux.

Try the demo at do.1ven.me. Username - test, Password - 123456.

preview

Stack:

Package Description
react Awesome JavaScript library for building ui
redux Predictable state container for JavaScript apps
react-router Routing library for React
redux-saga An alternative side effect model for Redux apps
normalizr Normalizes nested JSON according to a schema
reselect Selector library for Redux
redux-devtools DevTools for Redux library
babel Compiler for writing next generation JavaScript
webpack Module bundler

Installation:

  1. This application requires postgresql database. To install it, go to this link.
  2. After, you need install all dependencies using this command:
npm install
  1. Next, you should create config .env.develop and .env.production files:
DATABASE_URL='Place here postgres connection string like `postgres://user:password@localhost:5432/database_name`'
JWT_SECRET='Place here jwt secret string. Can be used any long string'
NODE_ENV='Should be `development` or `production` according to environment'
PORT=3000

If you want to run tests, also you need to define .env.test file.

  1. Before running application, you should run postgresql database. In most cases it should be:
postgres -D /usr/local/var/postgres
  1. Next, you can run application:

In development mode:

npm run development

In production mode:

npm run production

Npm commands:

Command Description
npm install Install project dependencies and build client js file
npm run development Run server with webpack in development mode
npm run production Run server in production mode
npm run bundle Build client javascript file for production
npm run deploy Deploy app to heroku
npm run tests Run client and server tests
npm run tests-client Run client tests
npm run tests-server Run server tests

Todo

  • Implement drag and drop for Boards, Lists and Cards.

do's People

Contributors

1ven avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.