Skip to content

Piotr7891/travel_exp_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

travel_exp_app

Travel Expense Management System

The Travel Expense Management System is a web application built with Django that allows users to manage their business trips and expenses incurred during those trips.

Features

  • User Authentication: Users can sign up, log in, and log out securely.
  • Business Trip Management: Users can add, update, and delete business trips.
  • Expense Tracking: Users can add, update, and delete expenses associated with each business trip.

Installation

To run the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your_username/travel_exp_app.git

  2. Install the dependencies:

    pip install -r requirements.txt

  3. Apply database migrations:

    python manage.py migrate

  4. Run the development server:

    python manage.py runserver

  5. Access the application in your web browser at http://localhost:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published