My Bakery is a time tracking tool developed by BakeAble to help freelancers and professionals efficiently manage their projects and track their time.
- Project Management: Organize your freelance projects with ease.
- Time Tracking: Record and monitor the time spent on each project.
- MySQL Database: Store project and time data in a reliable MySQL database.
- Dockerized: Easily deploy and run My Bakery in a Docker container.
- User-Friendly Interface: A simple and intuitive web interface for managing your projects and tracking time.
These instructions will help you get a copy of the project up and running on your local machine for development and testing purposes.
-
Clone the repository:
git clone https://github.com/yourusername/my-bakery.git
-
Change into the project directory:
cd my-bakery
-
Build and run the Docker containers:
docker-compose up -d
-
Access My Bakery in your web browser:
http://localhost:8000
- Create a new project by clicking on the "New Project" button.
- Enter the project details and click "Save".
- Start the timer for the project by clicking on the "Start" button.
- Stop the timer when you're done working on the project.
- View the project details and time logs in the project dashboard.
Contributions are welcome! Please read the contribution guidelines for more information.
This project is licensed under the MIT License.