Skip to content

chayan-mann/byte-progmatic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Progmatic

ByteSoc's proprietary competitive programming platform

Backend deployment:


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

 
 
 

Contributors

Languages

  • TypeScript 98.4%
  • Other 1.6%