Skip to content

CommunityCurator/CommunityCurator-BackEnd

Repository files navigation

CommunityCurator-BackEnd

A PostgreSQL database system utilizing Django

Requirements

Package Installation

  • Create your virtual environment
    • Best practice is to name this env or venv 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
  • 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

Running Instructions

  • Run the development server with python manage.py runserver
  • Run test suite with pytest

Development Push/Merge Instructions

Refer to CONTRIBUTING.md

Team Silver Members (Fall 2022 - Spring 2023)

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8