Skip to content

chemsedd/receipt_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Receipt Tracker Project

This repository contains a Django project that includes basic functionality for managing receipts.

Getting Started

Installation

Clone the repository:

git clone https://github.com/chemsedd/receipt_tracker.git
cd receipt_tracker

Create and activate a virtual environment:

python -m venv venv
source venv/bin/activate      # On Linux/Mac
# or
.\venv\Scripts\activate       # On Windows

Install dependencies

pip install -r requirements.txt

Database setup

Apply initial migrations:

python manage.py migrate

Load sample data using fixtures:

python manage.py generate_fixtures

Usage

Run the app

python manage.py runserver

Visit http://localhost:8000/login in your browser to access the application and login.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published