Skip to content

odwrtw/w000t

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e9826a · Oct 24, 2024
Oct 24, 2024
Oct 24, 2024
Oct 24, 2024
May 7, 2018
May 23, 2016
Aug 28, 2014
Mar 8, 2020
Mar 8, 2020
Aug 28, 2014
Mar 8, 2020
Oct 24, 2024
May 10, 2016
May 23, 2016
Oct 31, 2021
Oct 24, 2024
Oct 24, 2024
May 10, 2016
Oct 31, 2021
Aug 28, 2014
Oct 24, 2024
Dec 20, 2014
May 10, 2016
Oct 24, 2024
Oct 24, 2024

Repository files navigation

w000t

Build Status

w000t it!

  • Shorten all your URLs
  • Tag them if you want
  • Keep them private or make them public
  • Be amazed by your w000t wall

Running server locally

  1. Clone repository git clone [email protected]:odwrtw/w000t.git && cd w000t
  2. Install mongodb, redis, nodejs
  3. Install bower and components
npm install -g bower
bower install
  1. Install gems bundle install
  2. Create database and run migrations bundle exec rails db:create && bundle exec rails db:migrate && bundle exec rails db:seed
  3. Run server bundle exec rails server -p 4000
  4. Open application link http://localhost:4000/

Running tests

Run bundle exec rspec spec