Giter Site home page Giter Site logo

katify's Introduction

Katify ๐Ÿฑ

Developed by Beatriz Maia & Sophie Dilhon

About the project

Katify is a cat themed Kanban, developed to help users to organize their tasks. For now it doesn't have a multi-users system implemented and runs only for one user. The frontend and backend are implemented seperately with frontend realated features in project_katify/frontend and backend in project_katify/backend.

Features

  • ๐ŸŸข Create kanban board with atribute: name.
  • ๐ŸŸข Kanban boards with UUID.
  • ๐ŸŸข Kanban columns divided into: "To Do", "In Progress", "Done" and "Discarded".
  • ๐ŸŸข Cards with atributes: name, tag, description and status.
  • ๐Ÿ”ต Drag and drop cards to change status.

Key:

  • ๐ŸŸข Feature implemented
  • ๐ŸŸก Feature being implemented
  • ๐Ÿ”ต Feature still to be implemented

Setup

This application was made using MySQL v.5.7.31, Node.JS v.14.17.6, Bootstrap v.4 and npm v.6.14.15.

Configuring Database

This application uses a database to save all information related to file. In order to create the initial database, run the following command on your MySQL monitor.

CREATE DATABASE katify;

In ./backend/infra/connection.js change the password connection to your user's root password.

Instalation

To install all packages used run in the terminal the following commands:

cd project_katify
cd frontend
npm install

cd project_katify
cd backend
npm install

Starting backend server

To start backend server, run the following command in the backend repository:

npm start

This server runs in the port 3000.

Starting frontend server

In order to showcase the frontend, run the following command in the frontend repository:

npm start

This server runs in the port 8000.

Using Katify

Using your favorite browser enter the link http://localhost:8000 and now your ready to Katify!

Resources

Icons made by Freepik from www.flaticon.com.

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.