CS3560-02-03-Fall-2024 / 3560-project

https://3560-project.vercel.app
0 stars 1 forks source link

This is a Next.js project bootstrapped with create-next-app.

Getting Started

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.

DB

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":

Learn More

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!