Learning English through the method of constructing sentences with conjunctions
Start the project based on the following steps
Note that this project depends on docker, so make sure that docker is installed first.
- start application
pnpm dev
- start database
pnpm db:start
- init data of database (It only needs to be executed the first time the database is created)
pnpm db:init
- nextjs
- prisma
- mysql
- zustand