Get your necessary Univeristy Notes
View Demo · Report Bug · Request Feature
- Login/Signup Functionality
- Upload Specific Notes
- Specific groups with related Notes
- Discussion Forums
- Blog section with commenting features
| Stack | - | - | - | - | - |
|---|---|---|---|---|---|
| BackEnd |
Use setup.sh for automating the installation of the project.Make sure your are on project directory
$ chmod +x setup.sh
$ ./setup.shUse test.sh for testing with coverage
$ chmod +x test.sh
$ ./test.sh$ git clone https://github.com/iw-academy-project/iw-acad-hamro-note-be.git
$ cd iw-acad-hamro-note-be$ virtualenv venv
$ source bin/activate
$ pip install -r requirements.txt
$ cp .env.example .envNow, edit .env to contain
DEBUG = True
SECRET_KEY = <your_key>
EMAIL_USE_TLS = True
EMAIL_HOST = smtp.gmail.com
EMAIL_HOST_USER = <your_gmail>
EMAIL_HOST_PASSWORD = <your_gmail_password>
EMAIL_PORT = 587
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserverMake sure, you know to create superuser for administration. You must enable less secure access on the gmail account
$ python manage.py test coverageLicensed under the MIT License.
|
Aju Tamang |
Anjal Bam |
Rajesh Pandey |
Rajesh Pudasaini |
Names are sorted by Alphabet




