Skip to content

edukaton/surge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SafePlace

SafePlace to aplikacja, która pomaga uczniom wykształcić umiejętność rozpoznawania zagrożeń w sieci.

Wymagania

  • Ruby 2.5
  • PostgreSQL

Instalacja

Aplikacja korzysta z subdomen - w pliku .env.example zostały skonfigurowane subdomeny w domenie lvh.me która wskazuje na 127.0.0.1, w przeciwnym wypadku należy zmodyfikować plik /etc/hosts.

Do uruchomienia symulacji strony kina wymagany jest klucz API The Movie Database.

git clone [email protected]:edukaton/surge.git && cd surge
bundle install
cp .env.example .env
# Wypełnij TMDB_API_KEY prawdziwym kluczem API The Movie Database
bin/rake db:create
bin/rake db:migrate
bin/rake import
bin/rails server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published