This project consists of a client and server application.
# 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
# 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
- Node.js v18 or higher
- Docker
- .NET SDK 8.0
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
Run both client and server in separate terminal windows for development.
#not support safari