Skip to content

teovillanueva/rust-prisma-graphql-next

Repository files navigation

Awesome To-Do App

This is a simple to-do app built with the following technologies

  • Rust
  • Prisma
  • GraphQL
  • Next.js
  • Typescript
  • TailwindCSS

Requirements

  • Rust
  • Node.js
  • Yarn

Starting the project

  1. Create a SQLite database
touch prisma/dev.db
  1. Generate the prisma client.
cargo prisma generate
  1. Push prisma schema to database
cargo prisma db push
  1. Install dependencies
yarn install
  1. Run the API
cargo run --bin api
  1. Run the front-end app
yarn dev

About

Simple To-Do app built with Rust, Prisma, GraphQL & Next.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published