Skip to content

dinager/bible-concord

Repository files navigation

Bible Concord

Enable analyzing on bible text

Rre Requests

  • python 3.11.4
  • mysql (user: root password: qazwsxedc)
  • node 20.11.0

Set Environment

Initialize db

mysql -h localhost -P 3306 -u root --password=qazwsxedc -e'CREATE DATABASE `bible-concord`;'

Install server dependencies + create tables

python -m venv venv
source venv/bin/activate
pip install -r requirements.txt -r requirements.test.txt
alembic upgrade head

Setup client

cd client
npm install

Running Server & Client:

python -m venv venv
python app.py
cd client
npm start

Now you can access app on http://localhost:3000

checks before pushing commits to remote repository

pre-commit run --all-files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published