Skip to content

shrirampai3000/VersionControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Version Control Platform

This is a full-stack version control platform built with the MERN stack (MongoDB, Express, React, Node.js). It includes features such as repository management, commit tracking, and issue tracking.

Technologies Used

  • MongoDB with Mongoose for database management
  • Express.js for RESTful API backend
  • React for frontend UI
  • JWT for secure authentication and role-based access control

Features

  • Custom version control logic including branching, merging, and commit history
  • Responsive React UI with secure authentication
  • Issue tracking and repository management

Getting Started

Backend

  1. Navigate to the backend-main directory.
  2. Install dependencies:
    npm install
    
  3. Start the backend server:
    npm start
    

Frontend

  1. Navigate to the frontend-main directory.
  2. Install dependencies:
    npm install
    
  3. Start the frontend development server:
    npm run dev
    

Usage

  • Sign up and log in to access your repositories.
  • Create, commit, and manage branches.
  • Track issues and pull requests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published