Giter Club home page Giter Club logo

application-kanban's Introduction

Toy Kanban Board - Hiring Process

Context

This is a full-stack Trello app, with a MongoDB/Node.js(Express) back-end, and a Vue 3.0 front-end. Applicant cards can be created or modified via the API using Postman or curl.

Example: POST http://localhost:3000/applicants/ with a body of

{ "name": "Jenna", "contact": "5101234567", "status": "Applied"

}

This will create an applicant card in the column matching the applicant status. (You will have to refresh the app to see the new card)

The cards will update their status accordingly in the database as they move between columns. You can also modify the front-end code while the container is running, it will hot-reload.

Also, the applicant data should persist in your local MongoDB even if you shut down the container(you may have to modify the volume mount path in the docker compose).

Setup

After you git clone this repository, you can simply run docker-compose build and then docker-compose up. The front-end will be available at http://localhost:8080/ and is connected to the running server/MongoDB instance. (The server is available at http://localhost:3000)

To Do

[] - Add the ability to create cards in the UI

[] - Upload candidate resumes

[] - Edit other candidate info

application-kanban's People

Contributors

lindentree avatar

Watchers

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