Skip to content

new age competitive programming platform from byte

Notifications You must be signed in to change notification settings

bytemait/progmatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Progmatic

ByteSoc's proprietary competitive programming platform

Getting Started

  1. Clone the repository:

    git clone https://github.com/bytemait/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.

About

new age competitive programming platform from byte

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published