Giter Site home page Giter Site logo

financeapp_tel's Introduction

Logo

Financeapp.tel

Personal Finance app that will help you manage your Personal finance. this app is still in development, if you want to contribute contact me on my email mentioned below in the Auth section.

Prerequisites

  1. Python 3.9 +
  2. Django 4
  3. libmysql-client
  4. Mysql 5.6 +

Installation

  1. make sure that you have Prerequisites installed
  sudo apt install libmysqlclient-dev
  sudo apt istall python3.10
  sudo apt install python3-pip
  sudo apt install mysql-server
  1. now clone this repo
    git clone https://github.com/raj1rana/financeapp_tel.git
    cd financeapp_tel
  1. python virtual enviroment setup
    pip3 install virtualenv 
    virtuaenv venv
    source venv/bin/activate # activate the virtual enviroment 
  1. setting up the app and env
    echo "DB_USER=" >> .env  
    echo "DB_HOST=" >> .env
    echo "DB_PASS=" >> .env
    echo "DB_NAME=" >> .env
    echo "DB_PORT=" >> .env
    echo "SECRET_KEY=" >> .env
    echo "APP_URL=http://localhost:8000" >> .env
  • Create app key with this script
    python key_generate.py # this command will updat ehe APP_URL in .env 
  • then open the .env file in any text editor and add he rest of the info like DB_HOST, DB_NAME etc..
  1. after setting up .env install dependencies
    pip install -r requirements.txt  
  1. run the migrations
    python manage.py makemigrations
    python manage.py migrate
  1. create a superuser for yourself
    python manage.py createsuperuser
    # provide name, email and password
  1. Enjoy the app
    python manage.py runserver

NOTE:- will soon release docs for production deployment

License

AApache License

Authors

Screenshot

App Screenshot

financeapp_tel's People

Contributors

raj1rana avatar

Watchers

 avatar

financeapp_tel's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.