An open API service indexing awesome lists of open source software.

https://github.com/sa-y-an/rportal

Research Portal Backend.
https://github.com/sa-y-an/rportal

django django-rest-framework drf python

Last synced: 2 months ago
JSON representation

Research Portal Backend.

Awesome Lists containing this project

README

          

![](https://img.shields.io/github/contributors/sa-y-an/rportal1)
    
![](https://img.shields.io/github/forks/sa-y-an/rportal1)
    
![](https://img.shields.io/github/stars/sa-y-an/rportal1)
    
![](https://img.shields.io/github/issues-pr-closed-raw/sa-y-an/rportal1)
    
![](https://img.shields.io/github/issues/sa-y-an/rportal1)

# Research Portal Backend

## Getting Started

### Installation:
### For Windows

Add the following to requirements.txt (only for windows)
```
pip install python-magic-bin
```
### For Linux/Debian
```
sudo apt-get install libmagic1
```

Install virtualenvironment (if not already)
```
pip install virtualenv
virtualenv myenv
```

Django Installation ( Developer Mode )
```
pip install -r requirements.txt
python local.py makemigrations
python local.py migrate
python local.py runserver
```

### Setup Guidelines:
- After sucessfull installation create a .env in the directory where settings.py is located following the structure of .env.example file

## Contribution Guidelines

Before making a migration run
```
python local.py makemigrations --dry-run --verbosity 3
```
to make sure if it breaks any thing

- Fork this Repo
- Create a branch in the forked repo
```
git checkout -b develop
```
- Make Changes
- Push to your repo & make a pull request

> PS : Instructions to update git forked repo Medium


## Contributors


Sayan Mondal

Bishwajit Ghosh

Durbar Chakrabarty

Sreemoyee Sadhukhan

Naveen Leo