Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 889 Bytes

File metadata and controls

55 lines (35 loc) · 889 Bytes

Progmatic

ByteSoc's proprietary competitive programming platform

Getting Started

  1. Clone the repository:

    git clone https://github.com/IshaanMinocha/progmatic.git
  2. Navigate to the server directory:

    cd Progmatic/server
  3. Install dependencies:

    npm install
  4. Create a .env file in the server directory and add the required variables (use .env.sample as a reference).

  5. Navigate to the client directory:

    cd ../client
  6. Install dependencies:

    npm install
  7. Create a .env file in the client directory and add the required variables (use .env.sample as a reference).

Running the Project

  1. To run the backend server:

    npm run serve
  2. To run the frontend:

    npm run dev
  3. The project is now ready for development.