Skip to content

hoangphuc05/svca

Repository files navigation

SVCA API backend

About

This is the Django program power the back-end of Spokane Valley Community Advocates website at https://sv-communityadvocates.org/

Installing

Requirements

This program was tested on Python 3.9

(optional) Create new environment and use it

python3 -m venv new-env-name

# Activate
# Linux/macOS
source new-venv-name/bin/activate

# Windows
new-venv-name\bin\activate\activate.bin

Installing dependencies

# Linux/macOS
pip3 install -r requirements.txt

# Windows
py -m pip install -r requirements.txt

Setting up token and secret

This program relies on token from environment variables from a .env file in the program root folder.

.env example

DB_HOST=database.example.com
DB_USER=database_example_user
DB_PASSWORD=database_example_password
SECRET_KEY=django_example_secret_key
EMAIL_TOKEN=example_email_token
GOOGLE_RECAPTCHA_SECRET_KEY=google_recaptcha_secret

Documentation

Blog:

Documentation link: https://documenter.getpostman.com/view/8358593/Tzz4QK14

Homepage:

Documentation link: https://documenter.getpostman.com/view/8358593/Tzz5tyUX

R.E.A.C.T program

Documentation link: https://documenter.getpostman.com/view/8358593/Tzz5tyUc

Link that I clicked:

About

The backend of sv-communityadvocates.org website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published