Giter Club home page Giter Club logo

expense_app_django's Introduction

An Expense app with Django2.0 and pipenv with Social media logins

This is a simple and basic expense app where users can register, login, view, and manipulate their expenses. This website is powered by Django 2.0

For local use.

Download the files and folders within this branch and do the following:

  1. Do a pip install pipenv in your terminal (pip3, python3.6 is preferred) Pipenv is a environment-wrapper as well as a package manager.It will enable to handle the virtual environment as well as libraries.For more details on pipenv please visit here

  2. Once you have pipenv,it is very easy,just run pipenv run shell to activate the virtual env Pipenv is a environment-wrapper as well as a package manager.It will enable to handle the virtual environment as well as libraries.For more details on pipenv please visit here

  3. Run pipenv install where the pipfile and pipfile.lock are present(Do not change anything inside these files as the dependencies are marked in hashes

  4. On the folder where manage.py resides, run python manage.py runserver. Make sure DEBUG is set to True in settings.py if not already

  5. Go to 127.0.0.1:8000/ to view the website.You can register,login using social media including Github,twitter,facebook.You should make application in respective social media sites and add the id and key from the applications into settings.py file.You can add you own social media backend OAuths by adding neceesary statements in setting.py file(AUTHENTICATION_BACKENDS)

About the Django App

This app uses Django 2.0 version with all of its pre-built dependencies. Django-filter,social-django,crispy tags are some of the external dependencies added.The app is tested using Coverage. The login ,registering and other user authentication stuff is handled by the "users" app inside this app.This app make use of the in-memory sqllite database, although you can configure any other relational databases like Postgres,MySQL, or use DaaS like ElephantSQl etc.

About pythonanywhere.com

This is a python app hosting website where you can deploy your apps based on Flask,Django,Bottle etc.For more details visit here

expense_app_django's People

Contributors

athul8raj avatar

Watchers

James Cloos avatar

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.