Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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: