402 B
402 B
TestPlat Backend
Install dependencies
npm install
Set Environmental variable
Create .env File
NEXT_PUBLIC_BACKEND_ORIGIN=http://localhost:3001
Set up database
npm run migrate
Run the development server
npm run start
Database operation command
drop table
npm run drop
add seed data
npm run seed