alfyandoo / todo-app-fullstack

This app built with reactjs and nodejs with prisma orm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 78.2%Language:TypeScript 21.7%Language:HTML 0.0%Language:CSS 0.0%Language:Shell 0.0%