Skip to content

alfyandoo/todo-app-fullstack

Repository files navigation

My Todo List App

This app built with reactjs and nodejs with prisma orm.

Usage

make sure you have NodeJS, Postgresql installed.

  1. Intsall PNPM
npm install pnpm

or

wget -qO- https://get.pnpm.io/install.sh | sh -
  1. Instal node package with pnpm
pnpm install
  1. Rename .env.example to .env and setup your database url
  2. At todo-app-fullstack/app/dbs/db open in new terminal then migrate db
npx prisma migrate dev --name init
  1. Go back /todo-app-fullstack and run
pnpm node base

About

This app built with reactjs and nodejs with prisma orm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published