Description • Demo • Technologies • How to use • Credits
This full stack application consists in a Kanban Board using React, FastAPI and PosgreSQL.
The app is able to make a user authentication and each user has their own board which is saved on the database. More importantly it has the feature of drag an drop, allowing to create columns and tasks. As a result, it's extremely customizable.
The requirements file shows everything you need to run it
Others can be seen on the package.json file
# clone this repo and access its folder
$ git clone https://github.com/andrevks/kaban-react-fastapi.git && cd kaban-react-fastapi
# Initiate backend
$ cd backend
$ uvicorn main:app --reload
# Initiate frontend
$ cd frontend
$ npm start run
The core of the application was done following the tutorial by the Pretty Printed YouTube channel.
Made with 💜 by André Geraldo