Coder Social home page Coder Social logo

kanban-board's Introduction

โœ”๏ธ Kanban Board

It is a tool that allows you to visualize and manage your personal or team projects more easily. You can create your own project or join any of them and you can create new tasks for your project and assign it to a member.

Table of Contents

Preview

Screenshot


Screenshot


Screenshot


Screenshot


Screenshot


Screenshot

Technologies

Installation

To run it locally, first you need to clone this project (or download)

git clone https://github.com/MustafaYavas/kanban-board.git

Then enter the client and api files with the cd command and run the npm install command.

cd client
npm install 
cd ..
cd api
npm install 
cd ..

After, you need to create 2 env files. One for client and the other one is for api.

The env file located in the client folder should contain the following component.

REACT_APP_BACKEND_URL=http://localhost:5000/api

The env file located in the api folder should contain the following components.

JWT_SIGN_KEY=
MONGO_CONNECT_STRING=

Just write anything in the first variable. For the second variable, you need to open an account in Mongo and create a new cluster. Then, after creating a new user from the Database Access tab, copy the connection string given to you here

Finally run npm start command on both files separately.

Update sources

Package usages in the application may vary. Run the following command to update

$ npm run pull

Contact

You can contact me for any bugs or suggestions: [email protected]

kanban-board's People

Contributors

mustafayavas avatar

Stargazers

Ufuk Can KURT avatar

Watchers

 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.