A PostgreSQL database system utilizing Django
- Create your virtual environment
- Best practice is to name this
env
orvenv
as it will be ignored from version control - Now, activate this virtual environment from the command line
- On MacOS & Linux:
source [nameOfEnvironment]/bin/activate
- On Window's PowerShell:
[nameOfEnvironment]/bin/activate.bat
- On MacOS & Linux:
- Best practice is to name this
- Install necessary packages and libraries using
pip install -r requirements.txt
- This will automatically install libraries such as Django and PostgreSQL without having to search for it
- Run the development server with
python manage.py runserver
- Run test suite with
pytest
Refer to CONTRIBUTING.md
- Salsa-Dude - Joseph Arias - jaria001@odu.edu
- Amanda82615 - Amanda Macrorie - amacr001@odu.edu
- Mariia-Ellis - Maria Ellis - mvoro001@odu.edu
- TonyGrif - Tony Griffin - tgrif007@odu.edu
- jdlavinder - Joel Lavinder - jlavi001@odu.edu
- slahj001 - Sam Lahjiri - slahj001@odu.edu
- rlmackley3 - Robert Mackley - rmack001@odu.edu