Backend of a system, which has the capability of managing the Research projects and automating certain tasks.
Clone the project
git clone https://github.com/Zero-Grp/research-project-management-tool-backend.git
Install dependencies
yarn install
Start the server
yarn dev
Start testing
yarn test