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.
- 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.
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your_username/travel_exp_app.git
-
Install the dependencies:
pip install -r requirements.txt
-
Apply database migrations:
python manage.py migrate
-
Run the development server:
python manage.py runserver
-
Access the application in your web browser at http://localhost:8000.