Internet Engineering Fall 2023 Project
Alireza Zare: More Focus on Frontend
Mohammad Sadegh Mohammadi More Focus on Backend
RUN PROJECT
cd deployment
docker compose up
or if you want test
-
Frontend
cd frontend npm install npm run dev
-
Backend
cd backend go mod download go run main.go