Skip to content

Ruby on Rails application imitating Twitter. Developped for educational purposes.

Notifications You must be signed in to change notification settings

Poulpy/Touiteur

Repository files navigation

Touiteur

Imitation of Twitter.

Install

  • With HTTPS

git clone https://github.com/Poulpy/Touiteur.git

  • With SSH

git clone [email protected]:Poulpy/Touiteur.git

You can also download the .zip from the github repository.

  • Install gems

bundle install

  • Run migrations

rake db:create

rake db:migrate

rake db:seed

  • Start server

rails server

Enter the following URL in your web browser

localhost:3000/

Configuration

Ruby : 2.6.0 Rails : 5.2.3

TODOS

  • Solve security issues
  • Full Turbolinks
  • Better performance (queries)
  • docker
  • Better navbar
  • Better everything

Notes

To enable UUID :

install the gem pgcrypto

Then do in psql :

CREATE EXTENSION pgcrypto;

About

Ruby on Rails application imitating Twitter. Developped for educational purposes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published