Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarfraznawaz2005/basecampapp
The BasecampApp is an application to log time entries for your basecamp projects quickly and easily.
https://github.com/sarfraznawaz2005/basecampapp
basecamp laravel php timelog todo todoapp
Last synced: 19 days ago
JSON representation
The BasecampApp is an application to log time entries for your basecamp projects quickly and easily.
- Host: GitHub
- URL: https://github.com/sarfraznawaz2005/basecampapp
- Owner: sarfraznawaz2005
- License: mit
- Created: 2017-12-23T14:47:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-27T11:34:12.000Z (over 2 years ago)
- Last Synced: 2024-11-12T16:50:40.240Z (about 2 months ago)
- Topics: basecamp, laravel, php, timelog, todo, todoapp
- Language: PHP
- Size: 599 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## BasecampApp
The BasecampApp is an application to log time entries for your basecamp-classic projects quickly and easily.
## Screenshot ##
![Main Window](https://raw.github.com/sarfraznawaz2005/basecampapp/master/screenshot.png)
## Installation ##
- Clone or download the repository
- Run `composer install`
- Run `php artisan vendor:publish`
- Update `.env` file with database details
- Run `php artisan migrate`
- You are done.**Note:** For basecamp information such as API Key, or User Id, you can find it under `My Info` link on basecamp.
## License
The BasecampApp is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).