/bhagavad-gita-backend

Backend for BhagavadGita.io

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Bhagavad Gita

Backend code for BhagavadGita.io which is an app built for Gita readers by Gita readers.

LICENSE GitHub Actions Coverage Status Stars

Project Structure

.
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── README.md
├── app
│   ├── __init__.py
│   ├── main
│   │   └── __init__.py
│   ├── models
│   │   └── __init__.py
│   ├── schemas
│   │   └── __init__.py
│   └── utils.py
├── config.py
├── gita.png
├── manage.py
└── tests
    └── test_basics.py

Developing Locally

  1. Fork this repository and clone the forked repository.
  2. Create and activate a Python 3 virtualenv.
  3. Use pip install -r requirements.txt to install the requirements.
  4. python manage.py runserver to start the server.
  5. API can be accessed at http://127.0.0.1:5000.