Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 438 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 438 Bytes

Telegram Clone

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