Skip to content

A web app for tracking your Mycology research data!

Notifications You must be signed in to change notification settings

thummper/mycotrack

 
 

Repository files navigation

MycoTrack

A Vue.js and Rails app for tracking mycelium samples.

Report Bug · View Frontend Repo · Request Feature

About MycoTrack:


MycoTrack is a simple to use, efficient, and developer friendly app for tracking your mycelia.

Features:

  • Live statistics for your data.
  • Fluid and responsive UI.
  • Easy login/signup flow.
  • Interactive notification system.
  • Single page design for maxiumum efficiency.

MycoTrack focuses on keeping things simple, so that you can focus on your data.

Developers:

Local setup

Clone both the backend and the frontend:

  git clone [email protected]:erayalkis/mycotrack.git
  git clone [email protected]:erayalkis/mycotrac_frontend.git

Setting up the backend

Navigate to the backend folder:

  cd mycotrack

Install gems using bundler:

  bundle install

Create database:

  rails db:create

Run migrations:

  rails db:migrate

In your credentials file, add a devise_jwt_secret_key key and set a secret as its value. To generate a secret, run:

  rails secret

And finally, run the server!

  rails server

Setting up the frontend

Navigate to the frontend folder:

  cd mycotrack

Install npm packages:

  npm install

Run the frontend server:

  npm run dev

License

Licensed under the MIT License

About

A web app for tracking your Mycology research data!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 97.0%
  • JavaScript 2.2%
  • Other 0.8%