The Software Homepage is a web portal which can be used to store all augsd-software links so that they can be used/ downloaded whenever required by looking for the link on the web page of this web portal . Frontend is built on HTML/CSS and backend using Django python. The database used is PostgreSQL. Hosted using Heroku
Clone this repository into your system
git clone https://github.com/arc-bits-goa/AUGSD-Software-Home-Page.git
->Create and activate a virtualenv.
sudo apt-get install python3-pip
sudo pip3 install virtualenv
virtualenv venv
source venv/bin/activate
->Install required dependencies.
pip install -r requirements.txt
->Initial setup
python manage.py makemigrations
python manage.py migrate
->Run the server.
python manage.py runserver