Skip to content

thesophisticateddev/actix-prisma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actix with Prisma and Sqlite

So i looked up the documentation at this link, https://prisma.brendonovich.dev/introduction. And now we can use Rust prisma client to build a RESTFUL API server written in rust.

How to run this project

To deploy this project run

  git clone https://github.com/salman-ah-geekybugs/actix-prisma.git
  cd actix-prisma
  cargo prisma generate
  cargo prisma migrate dev
  cargo run

Releases

No releases published

Packages

No packages published

Languages