Giter Club home page Giter Club logo

bill-tracker's Introduction


Bill-Tracker

A simple Bill Tracker built using DRF and React

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

A Bill Tracker site, where a user can add/update/delete his/her bills. The project is an example of a simple full-stack web-app built using Django REST Framework as backend framework and React as frontend framework.

Built With

Frameworks used in the project:

Getting Started

To setup the project locally, follow the given steps

Prerequisites

Following software need to be installed in the system:

Installation

  1. Clone the repo by
    git clone https://github.com/SubhradeepSS/Bill-Tracker.git
    or (if github-cli is installed)
    gh repo clone SubhradeepSS/Bill-Tracker
  2. Open the project in any source code editor.
  3. Navigate to the backend folder.
  4. Activate python virtual environment. (see here for reference)
  5. Inside the virtual environment, run
    pip install -r requirements.txt
  6. Navigate to the frontend folder and run the following command in cli
    npm install

Usage

  1. For activating backend, navigate to the backend directory and run the following commands:
    python manage.py makemigrations
    python manage.py migrate
    python manage.py runserver
  1. For running the frontend, navigate to the frontend folder and run:
    npm start
  2. Open http://localhost:3000/ if already not opened.

The site consists of a single page where the already added bills are shown and a form is there for the user to add a new bill or update an exisiting bill(using bill_no).

bill-tracker's People

Contributors

subhradeepss avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

waryserpant122

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.