Skip to content

sustech-cs304/team-project-24spring-34

Repository files navigation

CS304 Project

A "Campus Events and Entertainment Center" system.

Getting Started

Installing

  1. Create a database named cs304_project in MySQL, and run the SQL script create_database.sql to create the tables.

  2. Install the npm packages for the client and server.

    # Download the npm package
    pnpm install
    
    pushd client
    pnpm install
    popd
    
    pushd server
    pnpm install
    popd

Running

# Run the server
cd server
node src/server.js

# Run the client
cd client
pnpm start

About

team-project-24spring-34 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages