Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kanokpit-yowaratch/react-prisma-todo-list
- Owner: kanokpit-yowaratch
- Created: 2023-12-21T06:06:02.000Z (about 1 year ago)
- Default Branch: develop
- Last Pushed: 2023-12-23T18:05:01.000Z (about 1 year ago)
- Last Synced: 2023-12-24T15:39:10.489Z (almost 1 year ago)
- Language: TypeScript
- Size: 536 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```