This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Geist, a new font family for Vercel.
To start the database container, run the following command to start the MySQL server:
npm run db:start
Then, in a new terminal, run this command to create the tables and populate them with dummy data (only needs to be run once):
npm run db:migrate
Finally, visit localhost:8080 to view the db.
To log in, set the following fields and press "Login":
MySQL
db
root
mysql
dispatch_system
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!