项目作者: itsprathvi

项目描述 :
Temple's Reciept Counter
高级语言: Python
项目地址: git://github.com/itsprathvi/Temple_Database_Project.git
创建时间: 2021-06-09T11:06:48Z
项目社区:https://github.com/itsprathvi/Temple_Database_Project

开源协议:

下载


TEMPLE DATABASE MANAGEMENT SYSTEM


Table of Contents




  1. Contributing / Adding Features

  2. License


  1. Backend Framework: Flask

  2. Front-end Framework: MDBootstrap

    INSTALLATION

  3. Fork and Clone


    1. Fork the Repo

    2. Clone the repo to your computer

  4. Create a Virtual Environment for the Project

    In Windows

    1. python -m venv venv
    2. venv\Scripts\activate

    In Ubuntu/MacOS

    1. python -m virtualenv venv
    2. source venv/bin/activate

    If you are giving a different name then venv, then please mention it in .gitigonre first

  5. Install all the requirements

    1. pip install -r requirements.txt
  6. Run server

    1. python app.py
  7. Do the Development and send me a PR referencing the issue.

    DEVELOPMENT

    git checkout develop-
    //Create the changes and then commit
    git add
    git commit -m “

    From your master branch or your main branch that you are working on, give a PR to our develop branch.

    Developers should create a folder /media and put an image named default.jpg to avoid errors in creating superuser.

    !IMPORTANT: Don’t give a PR to the master branch
    We only accept PR’s to develop branch.

CONTRIBUTIONS

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
While sending the PR please mention the issue in the Comment.

LICENSE

Apache License 2.0

THANK YOU