MIS Law Portal is a web-based platform that is has been designed and developed to provide comprehensive legal information to their clients. This portal includes features such as access to legal documents, case law databases commentary, and tools for legal research and analysis.
The application is built over a MENN Stack where both the frontend and backend are seperated.
./frontend
contains Next+TypeScript app with DaisyUI./backend
contains Express+TypeScript app with a MVC Architecture
Requirements
- NodeJS
- MongoDB server
-
Clone the repository
git clone "https://github.com/Anubhav-Pathak/MIS-Legal-Firm.git"
-
Run npm install in the root directory
npm install
-
Go to
./backend
and install packagescd backend npm install
-
Got to
./frontend
and install packagescd frontend yarn add
-
Go back to root folder
./
and runnpm run dev