Skip to content

Full-stack e-commerce website created for CSC 32200 (Software Engineering)

Notifications You must be signed in to change notification settings

john-royal/Fufubay

Repository files navigation

Fufubay

This is an auction website created for CSC 32200 (Software Engineering), built with TypeScript, Next.js, and Express.

Setting Up This Project

To get started, clone this repository and make sure you have Node.js version 14 installed.

Then, use NPM to install the project’s dependencies:

npm install

Next, use Prisma to initialize the database on your machine:

npm run migrate

Now, you’re ready to run the application on your machine using the development server.

If the database or project dependencies are updated, you may need to repeat these steps.

Running the Development Server

To run the development server, use the following command:

npm run dev

Open http://localhost:8080 with your browser to see the result.

Reports

For more information about this project, view the most recent project report.

About

Full-stack e-commerce website created for CSC 32200 (Software Engineering)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages