GithubHelp home page GithubHelp logo

lukasbals / scrumboard Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 2.0 1.57 MB

The simplest task tracking tool for dev teams based on Next.js.

Home Page: https://scrumboard-five.vercel.app

License: Apache License 2.0

JavaScript 1.39% TypeScript 92.39% SCSS 6.22%
nextjs typescript socket-io sequelize mobx react-dnd

scrumboard's Introduction

๐Ÿ—’๏ธ Scrumboard

The simplest task tracking tool for dev teams.

Actions Status

Scrumboard

โš™๏ธ Technologies used

๐Ÿ‘ฉโ€๐Ÿ’ป Development

Start local DB:

docker run --rm --name postgres -e POSTGRES_PASSWORD=scrumboard -e POSTGRES_USER=scrumboard -p 5432:5432 -d postgres

Install dependencies:

yarn install

Setup the environment variales for dev by copying the .env.example file:

cp .env.example .env.local

Start development server:

yarn run dev

Now the app should be available on localhost:3000. To create the database schema call localhost:3000/api once.

Dev tools used:

๐Ÿƒโ€โ™€๏ธRun on production

Environment variales:

  • NODE_ENV: Run Next.js in production mode if set to production. (Recommended)

  • POSTGRES_URL: A connection string to a PostgresSQL database. (Required)

    Example: postgres://scrumboard:scrumboard@localhost:5432/postgres

  • BASIC_AUTH: Secure all endpoints of the application using Basic auth. (Optional)

    Example: user:password

Install dependencies and build the project:

yarn install
yarn build

Run build on a server:

yarn start

๐Ÿงฉ Contributing

Thanks for your interest in Scrumboard! You are very welcome to contribute. Just follow the development guide and open a PR. Also, reporting and upvoting issues is highly appreciated.

๐ŸŽ‰ Features/Todo

  • Markdown support
  • Manage user colors
  • Delete a board
  • Keyboard shortcuts

scrumboard's People

Contributors

lukasbals avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jodok treely

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.