ResearchMate is an open-source Python package to manage and interact with ongoing researches.
The main goal is establishing a Django Application that offers different views and functionality that are relevant for every-day use by mostly-academic researchers.
- Free software: MIT License
These instructions will get you up and running on your local machine.
In order to run ResearchMate you should install:
- Download and Install Docker.
A step by step series that tell you how to get ResearchMate up and running:
- Clone the repository
- Open command prompt in ResearchMate directory
- Spin the environment using
docker compose up -d
- That's it! your virtual machine is up and running
- Go to http://localhost:3000 in your web browser
- When finished, run
docker compose down
to tear down the environment
- Python - Python is an interpreted, high-level, general-purpose programming language
- Docker - Vagrant is a tool for building and managing virtual machine environments in a single workflow
- React - A JavaScript library for building user interfaces
Contributions to this project is always welcome!
To join in, please follow the Contribution Guidelines.
TLDR:
- Explain your suggestion/bug so we'll know what your working on (open an issue)
- Fork the repository.
- Clone your fork locally.
- Commit & push your changes to your fork.
- Create a Pull Request associated with your suggested issue.