This is an example Kanban Board API written TypeScript using Express and Prisma
You can test it with this React Front End: https://github.com/ionmx/simple-kanban-react
To start your API server:
- Install dependencies with
npm install
- Create and migrate your database with
npx prisma migrate dev
- Start endpoint with
npm start
Now API is available at localhost:4000.