Kanban board for educational purposes
This project is for educational purposes and for learning new tools, it was first carried out in full javascript in the frontend with the help of typeorm and node js for the backend. It's a simple kanban. Recently, I switched the backend with AdonisJS and the frontend with React/Next in typescript.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them.
Give examples
A step by step series of examples that tell you how to get a development env running.
Say what the step will be
Give the example
And repeat
until finished
End with an example of getting some data out of the system or using it for a little demo.
Add additional notes about how to deploy this on a live system.
- PostgreSQL - Database
- Adonis - API Framework
- React - Web Framework
- Next.js - React Framework
- NodeJs - Server Environment
- Docker - Containerization platform
- @lenny-zanotelli - Initial work