Advanced version of the Mineral-Catalog, a website that displays information about various minerals (AKA rocks). With ability to search information and filter it to match user preferences. Clicking on a mineral’s name opens a page that displays information about the mineral.
Getting Started:
-
Copy the project files into a dedicated folder to your local machine.
-
Create a virtual environment(venv) and activate.
-
While the venv is activated execute follwoing:
- Install the dependencies in the requirements.txt
- Make sure you are in the root site directory ("mineral_catalog2"
and run the following commands:
- python manage.py migrate
- python manage.py runserver
-
open http://127.0.0.1:8000 & enjoy
Prerequisites:
- Local windows machine
- Python 3.6
Built With:
- Django - a Python-based free and open-source web framework.
Authors: