Skip to content

erayalkis/mycotrack_frontend

Repository files navigation

MycoTrack

A Vue.js and Rails app for tracking mycelium samples. This project is currently not being maintained!

Report Bug · View Backend 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 git@github.com:erayalkis/mycotrack.git
  git clone git@github.com: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_frontend

Install npm packages:

  npm install

Run the frontend server:

  npm run dev

License

Licensed under the MIT License

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages