https://github.com/Dino-SaaS/BugTracker
https://github.com/Dino-SaaS/BugTracker
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Dino-SaaS/BugTracker
- Owner: Dino-SaaS
- License: other
- Created: 2020-09-16T17:50:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T14:21:05.000Z (over 4 years ago)
- Last Synced: 2024-08-05T08:07:39.869Z (8 months ago)
- Language: SCSS
- Size: 8.42 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - BugTracker - open-source bug tracking app 🔥 👴 ✅ (Happy Exploring 🤘)
README
# [BugTracker](https://www.dinosaas.com/articles/bugtracker-an-open-source-bug-tracking-app)
BugTracker is an open-source bug tracking app built using the [Argon App Template](https://github.com/Dino-SaaS/Argon) from [DinoSaaS](https://www.dinosaas.com).

[**Check out the live demo**](https://bugtracker.dinosaas.com/)
## Getting Started
Clone the repo:`git clone [email protected]:Dino-SaaS/BugTracker.git bug-tracker`
Download the right gems with the right versions (as specified in the `Gemfile`).
`bundle install`
Update Yarn packages as specified in `package.json`.
`yarn install`
Migrate the database.
`rails db:migrate`
Start up your server.
`rails server`
Point your browser to http://localhost:3000.
## Diving into the codebase
Check out the [article on DinoSaaS](https://www.dinosaas.com/articles/bugtracker-an-open-source-bug-tracking-app) for a step-by-step tutorial on how to build BugTracker from scratch.## License
[Licensed under MIT](https://github.com/Dino-SaaS/BugTracker/blob/master/LICENSE.md).Original Argon Bootstrap theme - Copyright © 2020 Creative Tim (https://www.creative-tim.com)