This is repository contains a full project of the Software Engineering with the source code of the website, SRS report, MOM from the customer, Design Document, a Full report, Feedback from customer, Coding metrics, etc.
To run the website, download the "new_project" and directly run it as it a python3.6 virtualenv.
Step:
- Download the project. And create a new virtual environment "$virtualenv venv -p python3.6". Copy the project in this directory and install the requirements specified in the requirements.txt file.
- Activate the virtualenv, "$source venv/bin/activate"
- Change directory to NU_CIIE, "$cd NU_CIIE"
- Start the server, "$python manage.py runserver".
Technologies Used:
- python3.6
- django ~>2.0
Coding metrics tool used:
- Prospector
- dodgy
- mccabe
- pep8
- profile-validator
- pyflakes
- pylint