Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iiitv/studybuddy-backend
đ Backend for Study Buddy website for IIITV curriculums
https://github.com/iiitv/studybuddy-backend
api django django-rest-framework hacktoberfest hacktoberfest2020 python rest-api
Last synced: 5 days ago
JSON representation
đ Backend for Study Buddy website for IIITV curriculums
- Host: GitHub
- URL: https://github.com/iiitv/studybuddy-backend
- Owner: iiitv
- Created: 2020-05-20T12:03:44.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-04-21T20:56:27.000Z (over 1 year ago)
- Last Synced: 2024-04-16T06:54:52.746Z (7 months ago)
- Topics: api, django, django-rest-framework, hacktoberfest, hacktoberfest2020, python, rest-api
- Language: Python
- Homepage:
- Size: 47.9 KB
- Stars: 4
- Watchers: 5
- Forks: 7
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
studybuddy-backend
Website for the IIITV curriculum
and
## Development đ§
## Setup
```sh
$ git clone https://github.com/soshiki-iiitv/studybuddy-backend.git
$ cd studybuddy-backend
```
### For installing virtualenv
$ pip install virtualenv### For setting virtual environment
```sh
$ virtualenv venv
```### For activating virtual environment in windows
```sh
$ venv/Scripts/activate
```### For activating virtual environment in Ubuntu
```sh
$ source venv/bin/activate
```After creating virtual environment
### Start
```sh
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
```### Authors :pencil:
Šī¸ Web Team Study Buddy :tada: