Skip to content

Dino-SaaS/BugTracker

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published