Skip to content

lovishGIT/Complyanceio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

Complyanceio Project

This is the repository for the Complyanceio project. This project is built using modern web technologies to provide a seamless user experience.

Table of Contents

Frontend

Technologies Used

  • React
  • Vite
  • Tailwind CSS
  • TypeScript

Installation

To get started with the frontend, clone the repository and install the necessary dependencies:

    git clone https://github.com/lovishGIT/complyanceio.git
    cd complyanceio/frontend && npm install

Usage

To start the frontend development server, run:

npm start

This will start the application on http://localhost:5173.

Backend

Technologies Used

  • Node.js
  • Express
  • MongoDB

Installation

To get started with the backend, clone the repository and install the necessary dependencies:

    cd complyanceio/backend && npm install

Usage

To start the backend development server, run:

npm start

This will start the application on http://localhost:3000.

Contributing

We welcome contributions to the project. To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a pull request.

Releases

No releases published

Packages

No packages published