Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kanokpit-yowaratch/react-prisma-todo-list

React Todo List app and Prisma for Backend.
https://github.com/kanokpit-yowaratch/react-prisma-todo-list

Last synced: about 1 month ago
JSON representation

React Todo List app and Prisma for Backend.

Awesome Lists containing this project

README

        



React


Nest


Prisma


TypeScript

# React-Prisma-Todo-List

This is a React TODO app and express server that using Prisma to be a simple database.

## Tech Stack

`React` `Express` `Prisma` `TypeScript`

## Configuration
Migrate example data

```
npx prisma migrate dev --name init
```

## Run frontend app
```
npm install
npm start
```

## Run backend app

### `cd backend`

```
npm install
npm start
```