Skip to content

ionmx/simple-kanban-express-prisma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-kanban-express-prisma

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

Start

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published