Giter Club home page Giter Club logo

mycotrack_frontend's Introduction

MycoTrack

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

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 [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_frontend

Install npm packages:

  npm install

Run the frontend server:

  npm run dev

License

Licensed under the MIT License

mycotrack_frontend's People

Contributors

erayalkis avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.