This is the repository for the Complyanceio project. This project is built using modern web technologies to provide a seamless user experience.
- React
- Vite
- Tailwind CSS
- TypeScript
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
To start the frontend development server, run:
npm start
This will start the application on http://localhost:5173
.
- Node.js
- Express
- MongoDB
To get started with the backend, clone the repository and install the necessary dependencies:
cd complyanceio/backend && npm install
To start the backend development server, run:
npm start
This will start the application on http://localhost:3000
.
We welcome contributions to the project. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.