dam-management-server

Final Project: Upstream Node

https://github.com/liza-pizza/dam-management-server

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.3%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Final Project: Upstream Node

Basic Info
  • Host: GitHub
  • Owner: liza-pizza
  • Language: HTML
  • Default Branch: main
  • Homepage:
  • Size: 43.9 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 4 years ago · Last pushed over 3 years ago
Metadata Files
Readme Citation

README.MD

Steps to set up dev environment

  1. create venv (Optional) python3 -m venv venv source venv/bin/activate

  2. install requirements.txt

``` pip install -r requirements.txt

``` 3.Add google creds as env variables

export GOOGLE_CLIENT_ID export GOOGLE_CLIENT_SECRET

3.2. Add Hot reload (Optional) export FLASK_ENV=development

  1. try running the thingy ```

export FLASK_APP=prject.py flask run OR gunicorn -b 0.0.0.0:8000 app:app ( gunicorn for prod server)

```

  1. Get migrations in place. this is using sqlite

flask db init flask db migrate -m "tables" // idk if you need this line but whatever flask db upgrade

hopefully should work

Owner

  • Name: Mohita Liza Bipin
  • Login: liza-pizza
  • Kind: user

42

Citation (Citation.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Bipin"
  given-names: "Mohita Liza"
- family-names: "Shaji"
  given-names: "Namitha"
- family-names: "Cletus"
  given-names: "Nimisha Maria"
- family-names: "Reghunath"
  given-names: "Ranjana"
- family-names: "Menon"
  given-names: "Sreerenjima"
title: "Dam-Management-Server"
version: 1.0.0
doi: 10.5281/zenodo.1234
date-released: 2022-06-24
url: "https://github.com/liza-pizza/Dam-Management-Server"

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • Authlib ==1.0.1
  • Flask ==2.1.2
  • Flask-Migrate ==3.1.0
  • Flask-SQLAlchemy ==2.5.1
  • Flask-WTF ==1.0.0
  • Jinja2 ==3.0.3
  • Mako ==1.2.0
  • MarkupSafe ==2.1.0
  • SQLAlchemy ==1.4.32
  • WTForms ==3.0.1
  • WTForms-Ext ==0.5
  • Werkzeug ==2.0.3
  • alembic ==1.7.6
  • certifi ==2021.10.8
  • cffi ==1.15.0
  • charset-normalizer ==2.0.12
  • click ==8.0.4
  • cryptography ==37.0.1
  • greenlet ==1.1.2
  • gunicorn ==20.1.0
  • idna ==3.3
  • importlib-metadata ==4.11.3
  • itsdangerous ==2.1.1
  • pycparser ==2.21
  • python-dotenv ==0.19.2
  • requests ==2.27.1
  • urllib3 ==1.26.9
  • zipp ==3.8.0