A Vue.js and Rails app for tracking mycelium samples.
This project is currently not being maintained!
Report Bug
·
View Frontend Repo
·
Request Feature
MycoTrack
is a simple to use, efficient, and developer friendly app for tracking your mycelia.
- 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.
Clone both the backend and the frontend:
git clone [email protected]:erayalkis/mycotrack.git
git clone [email protected]:erayalkis/mycotrac_frontend.git
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
Navigate to the frontend folder:
cd mycotrack
Install npm packages:
npm install
Run the frontend server:
npm run dev
Licensed under the MIT License