Giter Club home page Giter Club logo

bymykel / yelena Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 3.82 MB

Yelena is a self-hosted flashcard program for your Google Translate saved words using spaced repetition, a technique for fast and long-lasting memorization.

Home Page: https://bymykel.github.io/Yelena/

License: MIT License

Shell 0.29% PHP 42.00% Blade 6.16% JavaScript 12.21% Vue 38.37% HTML 0.59% CSS 0.08% Dockerfile 0.31%
vue laravel tailwindcss docker phpunit-tests spaced-repetition-algorithm memorization-game

yelena's Introduction

About Yelena

Yelena is a self-hosted flashcard program using spaced repetition, a technique for fast and long-lasting memorization.

yelena.mp4

Images

Decks page Individual deck Studying a deck - Question Studying a deck - Answer Create new a deck Create new a card Import cards from a file

Docker

Clone the git repository on your computer

git clone https://github.com/ByMykel/Yelena.git
cd Yelena

Spin up the containers for the web server

docker-compose up -d --build

Install composer

docker-compose exec php composer install

Copy the .env.example file to .env

docker-compose exec php cp .env.example .env

Generate the application key

docker-compose exec php php artisan key:generate

Migrate the application

docker-compose exec php php artisan migrate

Seed Database

docker-compose exec php php artisan db:seed

App running at

http://localhost:8080/

If you are going to use docker to setup this project you can skip the last points of this README.

Install

Clone the git repository on your computer and install it's dependencies

git clone https://github.com/ByMykel/Yelena.git
cd Yelena
cd backend
composer install
cd frontend
npm install

Setup

When you are done with installation, copy the .env.example file to .env in the backend folder

cp .env.example .env

Generate the application key

php artisan key:generate

Add your database credentials to the necessary env fields

Migrate the application

php artisan migrate

Seed Database

php artisan db:seed

Run the application

cd backend
php artisan serve
cd frontend
npm run serve

yelena's People

Contributors

bymykel avatar dependabot[bot] avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.