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.
- Host: GitHub
- URL: https://github.com/sa-y-an/rportal
- Owner: sa-y-an
- License: mpl-2.0
- Created: 2021-05-21T21:33:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T20:18:24.000Z (over 2 years ago)
- Last Synced: 2023-03-09T05:56:01.181Z (over 2 years ago)
- Topics: django, django-rest-framework, drf, python
- Language: Python
- Homepage: https://nitdgp-rportal.herokuapp.com/
- Size: 2.37 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README




# Research Portal Backend
## Getting Started
### Installation:
### For WindowsAdd 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