A PostgreSQL database system utilizing Django
- Create your virtual environment
- Best practice is to name this
envorvenvas 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 - [email protected]
- Amanda82615 - Amanda Macrorie - [email protected]
- Mariia-Ellis - Maria Ellis - [email protected]
- TonyGrif - Tony Griffin - [email protected]
- jdlavinder - Joel Lavinder - [email protected]
- slahj001 - Sam Lahjiri - [email protected]
- rlmackley3 - Robert Mackley - [email protected]