- Intasll
cd ToDo
npm install
- Config .env file
PORT=3200
MYSQL_USER=your database uername
MYSQL_PASSWORD=your database password
MYSQL_DB=your database name
- Open two terminal, for the first terminal
cd frontend
npm run build
npm run start
For the second terminal
cd backend
npm run build
npm run start