Skip to content

EthanFeng-coder/exam_env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Exam Environment

This project consists of a client and server application.

Getting Started

Client Setup

# Navigate to client directory
cd client

# Install dependencies
npm install

# Start development server
npm run start

The client will be available at http://localhost:3000

Server Setup

# Navigate to server directory
cd server

# Install dependencies
npm install

# Start development server
npm run dev

node server.js

npm run dev The server will be available at http://localhost:5000

Prerequisites

  • Node.js v18 or higher
  • Docker
  • .NET SDK 8.0

Environment Setup

Make sure Docker is running and you have the proper permissions:

# Add your user to docker group
sudo usermod -aG docker $USER
# maybe needed
sudo chmod 666 /var/run/docker.sock
# Verify Docker is running
sudo systemctl status docker

Development

Run both client and server in separate terminal windows for development.

#not support safari

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages