Dino-SaaS / BugTracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BugTracker is an open-source bug tracking app built using the Argon App Template from DinoSaaS.

BugTracker

Check out the live demo

Getting Started

Clone the repo:

git clone git@github.com: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 for a step-by-step tutorial on how to build BugTracker from scratch.

License

Licensed under MIT.

Original Argon Bootstrap theme - Copyright © 2020 Creative Tim (https://www.creative-tim.com)

About

License:Other


Languages

Language:SCSS 41.7%Language:HTML 22.5%Language:Ruby 20.8%Language:JavaScript 15.0%