Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

ggalfrin/ResearchMate

 
 

Repository files navigation

ResearchMate

Overview

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

Getting Started

These instructions will get you up and running on your local machine.

Prerequisites

In order to run ResearchMate you should install:

Run the project on your local machine

A step by step series that tell you how to get ResearchMate up and running:

  1. Clone the repository
  2. Open command prompt in ResearchMate directory
  3. Spin the environment using vagrant up
  4. That's it! your virtual machine is up and running
  5. Go to http://localhost:3000 in your web browser
  6. You can enter the virtual machine by running vagrant ssh
  7. When finished, run vagrant destroy -f to tear down the environment

NOTE: By running this command all changes on the virtual machine will be deleted.

Built With

  • Python - Python is an interpreted, high-level, general-purpose programming language
  • Vagrant - Vagrant is a tool for building and managing virtual machine environments in a single workflow
  • Virtual Box - VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use

Development & Contributions

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.
  • Install pre-commit hooks to avoid styling issues.
  • Commit & push your changes to your fork.
  • Create a Pull Request associated with your suggested issue.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.9%
  • JavaScript 15.6%
  • CSS 3.3%
  • HTML 2.3%
  • Shell 0.9%