01 Home: Simple Introduction - TIC4302/2022-group1-E-Commerce-Portal GitHub Wiki
Group 1: Tan Jia Min, and Chee Ai Qian
We are going to build a CICD pipeline to perform various security scanning on the e-commerce application. The e-commerce application is made in Django (Under Development) and uses SQLite DB.
How to build the app?
a.Install Django and Python3.6
b.Open the terminal and run git clone https://github.com/JayjeetAtGithub/E-Commerce-Portal.git
c.cd into E-Commerce-Portal 'cd E-Commerce-Portal'
d.Execute 'python3.6 manage.py makemigrations'
e.Then Execute 'python3.6 manage.py migrate'
f.Then Execute 'python3.6 manage.py runserver'
g.Open a browser(pref. Google Chrome) and navigate to localhost:8000
Install SQLiteDBBrowser to browse and work with the SQLite Database
The login page of the application
The Home page of the application